You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
283 B
6 lines
283 B
RewriteEngine On
|
|
RewriteBase /
|
|
Rewriterule ^stream/$ /index.php?action=stream&$1 [QSA,L]
|
|
RewriteRule ^download/$ /index.php?action=download&$1 [QSA,L]
|
|
RewriteRule ^launchdownload/$ /index.php?action=launchdownload [QSA,L]
|
|
RewriteRule ^cleanList/$ /index.php?action=cleanList [QSA,L]
|