PDA

View Full Version : Rewrite Problem


badnews
11-18-2005, 09:23 AM
Hi,

I'm getting 404 errors when URL rewrite is enabeled. It works fine with the rewrite turned off.

/directory/hello/ gives a 404
/directory/index.php?c=1 works fine

This is what i have in my .htacess file:
Content visible to registered users only.

What am i missing here?

Thanks

syscom
11-18-2005, 09:38 PM
RewriteEngine On
RewriteBase /

badnews
11-19-2005, 03:37 AM
Content visible to registered users only.

That works perfect. I reinstalled the whole thing 3 times thinking it was something else :oops:

Thank You!