Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - llamaza

Pages: [1]
1
Apache / httpd error log says Options not allowed here
« on: April 17, 2015, 10:14:15 AM »
I'm a kind of newbie here, but I've been reading every related post to my Apache problem in the forum and also google provides help from some other places
The problem is simple: i've got a Joomla app installation that refuses to run because in the .htaccess includes
Code: [Select]
Options +FollowSymlinks
Options -Indexes
in order to make work the mod_rewrite php module so friendly URL are displayed in the browser.
But the httpd error log file says Options not allowed here...
In the vhost config file there's
Code: [Select]
<Directory "/home/musgoevents/public_html">
        AllowOverride All
</Directory>
Is there any other directive conf file after vhost.conf that is overrinding this <directory> configuration?
Any clue?



Pages: [1]