csrus Posted May 26, 2014 Posted May 26, 2014 Csrus//cornsnakesrus.com//Johnny It has just came to my attention that after trying to load my website a page that states index of/ pops up with .htaccess, cgi-bin/ and joomla. How can i remove /joomla from the end of my domain?
hussam Posted May 27, 2014 Posted May 27, 2014 move the contents of /joomla30 to the top folder (/public_html)Then read this for fixing the path.http://docs.joomla.org/Moving_the_site_among_directories/sub-directories
csrus Posted May 27, 2014 Author Posted May 27, 2014 I already have /joomla30 in the /public_html folder as well as the www folder. I tried to edit the configuration.php file but I got the following error... "Could not open /home/csrus/public_html/joomla30/configuration.php for writing: Permission denied"
yashrs Posted May 27, 2014 Posted May 27, 2014 @crsus what @hussam is trying to say is to move all the files in the joomla folder to the root of the public_html folder so that the joomla doesn't come in between, and also the index of the website isnt shown. The page configuration.php that you are trying to open, check the permission of that file. The permission should be 644, so that you can write on it.
csrus Posted May 27, 2014 Author Posted May 27, 2014 Thank you both so much for your help. It's working now
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now