I have purchased host gator vps server with level1 and have to deploye my zend app on that
but my rewrite rules are not working , i tried with simplest
RewriteRule ^test.html http://www.google.com [NC,L]
but had no luck
I have rewrite engine on in httpd.conf
and also checked AcssesFile .htaccess set
here is my .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
I have raised tickets but they wont help me on level 1 package 🙂 … any suggestion or direction would be greatly helpful
Ahh got the solution : I have not configured virtual host in httpd.conf all is working now –