Hi,
I need some help in the following questions below:
First question:Why enabled the directory listing on the following directories?
Code:
mydomain.com/mod_jatabs/
mydomain.com/mod_JoomlaAddThis/
mydomain.com/mod_jw_sir/
mydomain.com/mod_novasfh/
I am using the last (1.5.15) Joomla's standard .htaccess file. On other directories I cannot list the directory but the above I can. How do I disable it in the .htaccess instead of using a new .htaccess with the "IndexIngnore *" command?
Second question:I have uncommented the lines in the new .htaccess (Joomla's 1.5.15 htaccess.txt), but the XML files still can be opened.
Code:
## Deny access to extension xml files (uncomment out to activate)
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>
Any idea?
Thanks in advance!
Regards,
theblase