Ok, This is something new to me and i want to try and get it working. i have my own server with Apache 2, PHP 4 and MySql 4 with full access to everything.
I put this in the .htaccess file:
RewriteEngine On
RewriteRule (.*)$ profile.php?user=$1
and nothing happened. I checked my Apache settings for the .htaccess file, and this is what it is set to:
AccessFileName .htaccess
and never show them
<Files ~ ".ht">
Order allow,deny
Deny from all
</Files>
I put some random characters in my .htaccess file to see if it was working, and it did nothing. No 500 error or anything.
Any ideas?