Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Forum Module /

Discuss the Forum Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Server showing Internal Server Error 500


Go to End


1838 Views

Avatar
zunayed

Community Member, 1 Post

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