User tests: Successful: Unsuccessful:
Wrap the IndexIgnore directive in an IfModule block to prevent it from being seen by system without auto index turned on.
Pull Request for Issue ##15031 .
Wrapped it in an IfModule block
disable mod_autoindex
see if site loads
Site should load
Status | New | ⇒ | Pending |
Title |
|
||||||
Labels |
Added:
?
|
Category | ⇒ | Router / SEF |
The suggestion to comment the LoadModule line given is only for specific linux distros. Most recent Ubuntu (14.04, for example) will have the module load commands in separate files (in the mods-available and mods-enabled directories) and you would use a2enmod to enable the module and a2dismod to disable. Not sure if there are others in other distros.
I have tested this item
Milestone |
Added: |
||
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC Thanks!
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-03 11:01:10 |
Closed_By | ⇒ | wilsonge | |
Labels |
Merged - thanks!
I have tested this item✅ successfully on bc4ce74
works good here.
Tip for testers
If you have a local server go to
\apache\conf\httpd.conf
and comment (adding a # before that line) the following line:LoadModule autoindex_module modules/mod_autoindex.so
Save the file and restart the apatche server.
Note: you can't use patchtester for this patch you need to manually add that fix to the active .htaccess.
Thanks @Paladin I have just added a tab to that file with the last commit.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15033.