Untitled
Anonymous
plain_text
08/07/2024 1:09 PM
328 B
14
Indexable
RewriteEngine On
RewriteBase /reiferfiles/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC]
RewriteRule ^ %1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*?)/?$ $1.php [NC,L] Editor is loading...
Leave a Comment