View Single Post
Old 11-20-2007, 07:53 AM   #2 (permalink)
etono
Moderator
 
Join Date: May 2006
Posts: 86
Default Re: redirect 404 error page and htaccess file

Hello Sekhmet,

First of all, your .htaccess should look something like the this:

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)$ /profile.php?username=$1 [nc]

It sounds like you are having an issue with saving the extension of .htaccess. I find it easiest to use a shell when editing my .htaccess file. Try using a different FTP utility to upload the file.
__________________
Jeremy Moseley
My Links: Design Related Blog | Personal Website | Portfolio
etono is offline   Reply With Quote
Sponsored Links