zf create controller About - getting a 404 - why?
Posted: Fri Jun 07, 2013 9:43 pm
I am still new in Zend framework and i just installed it and i am gating the reguler blue page (welcome page)
and i used the: zf create controller test
and zend created the folders and the files exactly
If I then go to: http://copticz2/test/
I got a 404 error.
and 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]
can somebody help ?
and i used the: zf create controller test
and zend created the folders and the files exactly
If I then go to: http://copticz2/test/
I got a 404 error.
and 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]
can somebody help ?