Web Hosting Talk







View Full Version : url masking


daveredfern
08-28-2006, 05:49 AM
hi,

can anyone help me. i want to make a url /about instead of about.php or something. i know this can be done with .htaccess and mod rewrite but i am not sure how. can anyone help me?

thanks in advance for your posts.

dave.

A-Wing
08-28-2006, 06:38 AM
Try the following:

RewriteEngine on
RewriteRule ^about/$ about.php