0

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?

user29859
  • 123
  • 5

1 Answers1

0

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