I am using WAMP5. My modRewrite is enabled. I have verified by placing .htaccess file in different folders.
My url for ZF application is 'http://localhost/personal/dev/ckc/'
My Is problems are:
1- If I keep 'RewriteEngine on' enabled in my .htaccess file, it gives me error. While if I comment it, then there is no error.
2- I am still unable to access 'http://localhost/personal/dev/ckc/Person' while 'http://localhost/personal/dev/ckc/' works perfectly.
Note: 'Person' is my controller class which is in the same directory as 'Index' controller.
Can anyone help me in this regards
|