Untitled

 avatar
unknown
plain_text
a year ago
244 B
4
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