I am a beginner to MVC framework in PHP and also to .htaccess file. I use Zend server on Windows OS.
My code in .htaccess is:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
The line LoadModule rewrite_module modules/mod_rewrite.so
is enabled in my httpd.conf file.
the .htaccess not working on my server