I am using .htaccess file to enable url rewrite.

Options +FollowSymlinks
RewriteEngine on
DirectorySlash off 
Options -Indexes
RewriteRule ^(.*)$ index\.php [NC]

It works as it should on the production php server.

It does not however work with out of the box xampplite.

How do I fix it? How do i debug it?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Does anything in .htaccess file apply actually? You need to enable processing of this file, see AllowOverride directive.

link|improve this answer
The fix: RewriteBase /some-dir/ webmasterworld.com/forum40/117-1-15.htm – user29859 Dec 28 '09 at 11:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.