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
266 B
6 lines
266 B
RewriteEngine On
|
|
RewriteBase /
|
|
Rewriterule ^stream/$ /index.php?action=stream&$1 [L]
|
|
RewriteRule ^download/$ /index.php?action=download&$1 [L]
|
|
RewriteRule ^launchdownload/$ /index.php?action=launchdownload [L]
|
|
RewriteRule ^cleanList/$ /index.php?action=cleanList [L]
|