Permanent redirects
This commit is contained in:
parent
b13d9aea15
commit
8655db4fb7
1 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^ index.php [QSA,L]
|
RewriteRule ^ index.php [QSA,L]
|
||||||
|
|
||||||
Redirect /api.php /video
|
Redirect permanent /api.php /video
|
||||||
Redirect /extractors.php /extractors
|
Redirect permanent /extractors.php /extractors
|
||||||
|
|
Loading…
Reference in a new issue