Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteCond %{THE_REQUEST} /([^.]+).php [NC]
  3. RewriteRule ^ /%1 [NC,L,R]
  4.  
  5. RewriteCond %{REQUEST_FILENAME}.php -f
  6. RewriteRule ^ %{REQUEST_URI}.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement