briar wrote:
Thanks for your reply Rob
Not being someone who would usually delve deeper than necessary into such issue's. I am I guess like many who visit the forum, a software user rather than a developer. In this case we have to resolve such issues when they appear and as this is problem that needs to be resolved to make any Joomla based site secure we need support from you guys.
I rather naively assumed the need for the added character on the extension in PHP5, so your point has straightened me out on that so my question about modifying the core is also resolved and therefore withdrawn.
I suppose I should have thought harder before asking, given the way Joomla is crafted, my apologies.
Having sought you support through the previous posts and followed this through with the host and been given a very simple way to resolve my problem, my question is now:
(1) Will this work in a generic way if added to the sites .htaccess file and used on any host server or will it be host specific?
(2) Will such an addition in this way affect Joomla if there is no PHP5 on the server?
(3) Will it affect the performance of third party extensions in either case above?
Given that it was a very simple way to resolve my issue with the problem I posted the information for discussion as it saved a heck of a lot of work and worry compared to some of the options discussed. If there is a positive to all of the questions above it may help others who don't have the skills or wish to delve deeper than changing '1' to '0' or adding a line of code, as the risk of breaking the site is always in the back of their minds.
I suspect many have to ignore the warnings for fear of the work and risk involved in overcoming it and put their site on line with a security weakness, or do not use such a superb CMS system because of the perceived difficulty of securing it.
I wonder how many basic users do not even modify the htaccess.txt by renaming it once uploaded, in which case this would not work anyway, therein lies another issue to be resolved perhaps?
I can only hope that my experience is of use in providing an another possible answer to resolving this security issue, particularly if there is a positive answer to the three questions above.
If nothing more, it will answer the question for the users who use the same host as myself and underline the benefits of asking the Host before jumping in deep too quickly.
Look forward to your reply and continued support of a great bit of software.
Regards
David
David,
No need to apologize

As for your 3 questions, I will answer them as best I can but to be honest, I am not sure I understand what you are asking with the second question.
1. No, this is host specific. There are many ways that a web server can be configured, this is just one of the many. There are some other more general configuration options that you can use and are documented in other threads on this forum, so I will not repeat them here, but again, those are dependent on certain configurations and environments.
2. In general, it won't affect the Joomla! core however it may cause some negative side effects for 3rd party extensions. There is a thread that is trying to document many of the extensions that are affected on this forum as well. Be warned, it is a large, overwhelming thread but Websmurf, the thread starter, is doing a fair job of keeping a summary of the information in the first post. You can find that thread here:
http://forum.joomla.org/index.php/topic,86525.0/topicseen.html. Joomla! should work with PHP 4 or PHP 5. It really doesn't matter much as it has some backwards compatability libraries that "back-port" behavior in newer PHP versions so that they are available on older versions. Assuming a 3rd party component is written correctly, it should work as well in either situation.
3. Performance... you won't/shouldn't notice any changes in performance. There is theoretically performance differences but I think you would have a hard time noticing them.
Well, for a long time, Joomla!'s htaccess file was only used for SEF (search engine friendly) URL implementations. It wasn't until 1.0.11 that it contained anything directly related to security. However, you have to be careful when you rename the file if you are not using SEF on your site as it is still on by default in the htaccess.txt file. There are some other discussion threads that discuss this matter and if you search the forums you will probably be able to find them. I would offer the link but I don't have it handy, sorry.
I hope that helps, Rob