View Single Post
  #4  
Old 07-24-2015, 08:07 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 133,567
Kyttias is on a distinguished road
Default

When I visit eggysdepot.x10.bz, what I see is a directory listing with a zip folder dumped into it. Which means, essentially, you would need to visit your install file at eggysdepot.x10.bz/Mysidia%20Adoptables%20v1.3.4/install/ and that, indeed, works just fine.

But that would mean your site would be eggysdepot.x10.bz/Mysidia%20Adoptables%20v1.3.4/

What a mouthful! I doubt that's your goal. (Fun fact of the day: Spaces in folder names online must be replaced by their html character equivalent to work in the browser bar, so, %20.)

Remove it from its folder and put the contents directly inside your website if you want your site to be at just eggysdepot.x10.bz/ and leave the path file as I instructed in my last post. If you still want it inside a folder, say at eggysdepot.x10.bz/mypetsite, rename the folder called 'Mysidia Adoptables v1.3.4' to 'mypetsite' and be sure to change the line in the path file to something more like this:

$this->root = "/home/eggysdepot/public_html/mypetsite";

But, again, that last step is only if you really wanted your site inside of a folder.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 07-24-2015 at 08:10 PM.
Reply With Quote