PDA

View Full Version : .htaccess question



westerneagle
05-18-2009, 01:42 PM
I have installed Concrete5 on an add-on domain.

For a certain feature to work Concrete5 is asking for me to add some information in a .htaccess file.

This is what it is asking for. . . .
(Automatically translates your path-based Concrete5 URLs so that they don't include 'index.php'.
Required Code:
You must copy the lines of code below and place them in your server's configuration file or .htaccess file.)

Where would this file need to be placed. In the add-on directory, the concrete5 directory, or perhaps in the directory of my main domain???:confused:

Thanks for helping a new guy.

Early Out
05-18-2009, 02:39 PM
My gut instinct would be to put the required lines in the .htaccess file of the addon domain's subdirectory (like public_html/addonsub/.htaccess). If there isn't an htaccess file in there already, create one.

westerneagle
05-18-2009, 02:46 PM
My gut instinct would be to put the required lines in the .htaccess file of the addon domain's subdirectory (like public_html/addonsub/.htaccess). If there isn't an htaccess file in there already, create one.

Thanks! I will give that a try first. . .:)
Sometimes when I mess around with adding and removing files I really mess things up.....:eek:
BUT, I am learning! :D
Thanks again.