posted on July 18, 2011 09:43:59 AM new
I accidentally installed my store into my root directory and now want to move it to a subdirectory/subdomain. How can I uninstall or move this installation?
posted on July 18, 2011 09:55:47 AM new
I've seen replies referring to deleting files that were installed, but I'm not sure which files they are. Can you provide a list?
The index.php file should be the one that the store uses to display it's content. Remove this and your default index html file should be able to resume displaying that directory.
posted on July 18, 2011 10:10:28 AM new
I deleted the index.php but am still getting a 403 error. I used a default.htm file before the installation. Now, typing my domain name gives the 403, but domain/default.htm works fine. Is there anything else or is there something in my cPanel that I haven't tried yet?
Try setting up a home.html file and/or delete the .htaccess file from this same directory to see if you can restore the functionality of the 'default' file when no home files exist.
posted on July 18, 2011 10:23:19 AM new
Thanks for your help. My .htaccess file was hidden and I didn't see it at first. It's gone now and things are back to normal. Thanks!