.htaccessjoomla1.5internal-server-error

Internal Server Error joomla 1.5


Please help me in joomla 1.5. I have Internal Server Error in my website, please give me right path that how to solve this.

error log:

/home/xxx/public_html/.htaccess: Option FollowSymLinks not allowed here

Solution

  • In .htaccess file, try commenting the line:

    Options +FollowSymLinks
    

    The error is probably because apache httpd main virtualhost configuration doesn't let you use Options.