Joomla! Discussion Forums



It is currently Fri Nov 27, 2009 12:20 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security Checklist
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 5 posts ] 
Author Message
Posted: Thu Nov 05, 2009 3:55 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Nov 05, 2009 3:46 am
Posts: 1
Hi

I checked out the new htacess.txt file in Joomla 1.5.15 and noticed that there are new additional code in it ( compared to J1.5.14 htaccess )

Could someone enlighten me about the following :

1. Does the upgrade patched always come with new htaccess files or only as when as where necessary ?

2. If it comes with anew htaccess.txt file, is it assumed that the user has to rename it as .htaccess and copy it over the existing .htacess ?

3.What does the new code in the J1.5.15 htacces file do and is there anything we need to do to take advantage of it ?

Thanks in advance


Top
  E-mail  
 
Posted: Thu Nov 05, 2009 5:29 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jul 07, 2009 4:45 am
Posts: 615
Simply rename the current .htaccess to htaccess.old
then rename the htaccess.txt to .htaccess.

Servers vary, simply switch it back if something fails.

Good luck!


Top
   
 
Posted: Thu Nov 05, 2009 8:41 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Sep 28, 2007 8:40 pm
Posts: 96
I think that in new .htaccess there is a feature about deny access to xml files and it is optional setting


Top
  E-mail  
 
Posted: Thu Nov 05, 2009 9:06 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11703
Location: **Translation Matters**
panosgr wrote:
I think that in new .htaccess there is a feature about deny access to xml files and it is optional setting

Yes. The feature is available to prevent hackers from reading the extensions version #.
It is commented for people using a 3pd extension placing important readable xmls in their folder.
Test before uncommenting.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Thu Nov 05, 2009 2:23 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Aug 05, 2009 1:42 pm
Posts: 488
Greetings:

The following is the .htaccess file change as far as I can tell:

Code:
## Deny access to extension xml files (uncomment out to activate)
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>


Thank you.

_________________
Peter M. Abraham
http://www.dynamicnet.net/ - Dynamic Net, Inc. - in business since June 1995; a PCI Compliant, managed hosting provider.


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group