938 Posts in 271 Topics by 291 members
Forum Module
SilverStripe Forums » Forum Module » Server showing Internal Server Error 500
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 415 Views |
-
Server showing Internal Server Error 500

11 May 2012 at 7:16am
I have deployed Zend Framework application on server. When I browse with www.mydomial.com/myproject/public it is call indexController/indexMethod. Page is showing ok. I have another controller AuthController and a method loginAction in this controller. When I call www.mydomain.com/myproject/public/auth/login it showing Internal Server Error 500.
myproject .htaccess file content is -
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]my project is deployed in 1and1.com server
Thanks in advance
| 415 Views | ||
|
Page:
1
|
Go to Top |

