Welcome Guest, Not a member yet? Register   Sign In
From local to remote...having server pathing issues.
#4

[eluser]mcr_rm[/eluser]
The problem here is you have stuck the index (probably rightly) into html which on that server looks like the web root folder i.e. the viewable web files.

In this context the index file is pointing up a folder in the structure correctly but when you use relative paths like that in a web root the highest level you can go is the root regardless so in your case the folder the index is already in.

You could possibly try using:

Code:
realpath(dirname(__FILE__) . '/../application'))

etc and see if that makes a diffence? (not tested)

Other wise try using he full path?


Messages In This Thread
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 03:13 PM
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 03:47 PM
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 03:52 PM
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 04:25 PM
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 06:19 PM
From local to remote...having server pathing issues. - by El Forum - 01-13-2010, 08:35 PM
From local to remote...having server pathing issues. - by El Forum - 01-14-2010, 12:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB