E Esra New member Joined Mar 2, 2008 Messages 1 Mar 2, 2008 #1 Hi all i have this .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-F RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ http://buddy.gethost.nl/profile.php?username=$1 i get a 403 error what am i doing wrong? greetz Edwin
Hi all i have this .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-F RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ http://buddy.gethost.nl/profile.php?username=$1 i get a 403 error what am i doing wrong? greetz Edwin
V Vertigo Verified User Joined Feb 24, 2008 Messages 8 Mar 3, 2008 #2 give this a go.... RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-F RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ profile.php?username=$1 Click to expand...
give this a go.... RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-F RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ profile.php?username=$1 Click to expand...