Installation Folder and Permissions
Permalink
I prefer to install C5 in a sub-folder for example public_html/c5 and from readinghttp://www.concrete5.org/community/forums/installation/directories-... understand this is ok. My question is, are there any downsides to having it in a sub-folder which may cause me problems later on?
With regard to Folder permissions I have all folders set to: 775, except /config, /files, /packages which are 777 and concrete/libraries/3rdparty/htmldiff.py which is 755. I am running C5 on a VPS.
I have readhttp://www.concrete5.org/community/forums/chat/a-couple-of-c5-sites... and some other posts and I am not sure I see a clear answer to how best to set folder permissions. Are my settings correct or can they be made more secure?
With regard to Folder permissions I have all folders set to: 775, except /config, /files, /packages which are 777 and concrete/libraries/3rdparty/htmldiff.py which is 755. I am running C5 on a VPS.
I have readhttp://www.concrete5.org/community/forums/chat/a-couple-of-c5-sites... and some other posts and I am not sure I see a clear answer to how best to set folder permissions. Are my settings correct or can they be made more secure?
there really is no down side to installing in a sub folder,
From a technical perspective, I don't believe installing in a subfolder/subdirectory will affect the performance.
FWIW, from an SEO perspective, I believe the search engines prefer a root domain (i.e.http://www.website.com vs.http://www.website.com/c5) for higher page rank for the home page.
FWIW, from an SEO perspective, I believe the search engines prefer a root domain (i.e.http://www.website.com vs.http://www.website.com/c5) for higher page rank for the home page.
I am not concerned about performance, just things that may not work correctly.
Re. SEO if the .htaccess file is used to redirect to the folder C5 is installed in, then won't the search engines just see the root domain?
Neville,http://www.surfulater.com
Re. SEO if the .htaccess file is used to redirect to the folder C5 is installed in, then won't the search engines just see the root domain?
Neville,http://www.surfulater.com
I didn't see this sooner, but for future reference... it's my understanding the search engines will ding you for redirects. I know that's a problem with javascript redirects, not sure about .htaccess.