Thread Starter
kemp
(@kemp)
I see.
Much easier this way…
thank’s for the info!
Thread Starter
kemp
(@kemp)
I did it !!! I fixed it !!! As it turns out, a little tweak in the httpd.conf needs to be done to enable .htaccess. Where it says ” AllowOverride None” put “AllowOverride All” and add a “Includes” at the end of “Options FollowSymLinks”. Don’t know exactly what this last one means, but the answer is here.
Thread Starter
kemp
(@kemp)
That’s really bizarre, cause .htaccess works the same on Windows as it does on Linux as far as I’m aware…
Thread Starter
kemp
(@kemp)
I’m using Windows XP Pro… is that the problem then ??? Dammit
Thread Starter
kemp
(@kemp)
Well, the only thing I did to apache httpd.conf was I removed the comment from the LoadModule rewrite_module modules/mod_rewrite.so line.
Is there more to it ?