Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3. RewriteBase /
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_URI} !example.php
  6.  
  7. RewriteRule ^(services|portfolio|contact)$ $1/ [L,R=301]
  8.  
  9. RewriteRule ^services/$ /services.php
  10. RewriteRule ^portfolio/$ /portfolio.php
  11. RewriteRule ^contact/$ /contact.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement