JoeAtRevolutionUnltd
Programmer
Here is my htaccess code:
I have AllowOverride All set on the virtual host in my config file.
Im on Linux with Apache/2.0.52 and php 4.3.9
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([0-9a-zA-Z-]+)/?([0-9a-zA-Z-]+)?/?([0-9a-zA-Z-]+)?/?([0-9a-zA-Z-]+)?/?([0-9a-zA-Z-]+)?/?$ index.php?s1=$1&s2=$2&$
I have AllowOverride All set on the virtual host in my config file.
Im on Linux with Apache/2.0.52 and php 4.3.9