Hi All,
I have ZendServer installed on win7 with :
Code:
_SERVER["SERVER_SOFTWARE"] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/0.9.8o
and
Code:
PHP Version 5.3.9-ZS5.6.0
I have this .htaccess in the root of a website :
Code:
RewriteEngine on
RewriteCond %{REQUEST_URI} business
RewriteRule ^([a-zA-Z_]+)$ index.php?p=$1 [L]
which was working OK @ my old webserver (Apache but NO Zend).
I've searched some forums and according to the 'most common' solution/advice I changed
INTO this :
in Zend/Apache2/conf/httpd.conf file. File saved, PHP restarted but the url rewrite still doesn't work (I got Not Found message).
Any help will be highly appreciated!!!!
Bookmarks