View Single Post
Old 02-03-2013, 01:53 PM   PM User | #2
DR.Wong
Regular Coder

 
DR.Wong's Avatar
 
Join Date: Jan 2005
Posts: 358
Thanks: 22
Thanked 1 Time in 1 Post
DR.Wong is an unknown quantity at this point
Thumbs up Solved

I've figured it out.

The problem was that I included a "/" before the name of the "fake" directory.

Here's the solution :

Code:
RewriteEngine On
RewriteRule ^contact/?$ frontEnd/contact.php
RewriteRule ^about/?$ frontEnd/about.php
This is really useful if you want to keep your website directory structure well organized!
__________________
-DR.Wong

Wheres the food at?
DR.Wong is offline   Reply With Quote