Zend Server Community Edition .htaccess issue
问题 I am a new user of Zend Server. For some reason Apache is not reading my htaccess file in the project folder. please check my settings: Document root:C:\Program Files\Zend\Apache2\htdocs\ project folder: C:\Program Files\Zend\Apache2\htdocs\project1\website\ htaccess path: C:\Program Files\Zend\Apache2\htdocs\project1\website.htaccess Example to of rewrite rule in htaccess: RewriteRule ^([a-zA-Z0-9\-]*)-([0-9]*)-([0-9]*)\.php$ /project1/website/index.php?cat=$2&page=$3 [L] changes in httpd