Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. RewriteEngine On # Turn on the rewriting engine
  2. RewriteRule ^Home?$ index.php [NC,L]
  3. RewriteRule ^about-us?$ aboutus.php [NC,L]
  4. RewriteRule ^contact?$ contact.php [NC,L]
  5. RewriteRule ^products?$ products.php [NC,L]
  6.  
  7. RewriteRule ^products/led-bulb?$ led-bulb.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement