Need help validating store path for upgrade

Hey guys, I'm having an issue trying to validate my primary store path to complete an upgrade. My main website that I'm trying to import is all under public_html.





I've tied:

/

/public_html

/public_html/

/www

/www/

and several other crazy combos.



Anybody have any insight?

Thank you!

Probably should be something like:



/home/user/public_html

you can create a file on the server: [color=#ff0000]fullpath.php[/color] with content ```php

<?php
echo dirname(__FILE__);
```
You access it [color=#ff0000]http://www.example.com/fullpath.php[/color] and will give you the full path ;)
Please delete it after you get the path.

I hope that helps,

---
Valentin
[color=#808080][size=2]part of hungryweb.net[/size][/color]

try …/

[sup]Wow thanks guys! I went with the easiest solution first and it worked! I used the “…/” Who knew?! :)[/sup]

[center][/center]



[center]@Darius[/center]



[center]:)))[/center]

Can’t get MS-DOS out of my head :D






[quote name=‘Vali’ timestamp=‘1381913880’ post=‘169838’]

[center][/center]



[center]@Darius[/center]



[center] :)))[/center]

[/quote]