For some reason that is bringing up page can not be found, if i use absolute, but that may be because i am in localhost on my computer working through wamp which means my absolute url is as follows:
For some reason that is bringing up page can not be found, if i use absolute, but that may be because i am in localhost on my computer working through wamp which means my absolute url is as follows:
Yes, I had encountered this before and I know it very well. Each of the slashes in your rewritten url will be considered as a sub-folder by the browser, which makes the files linked using the relative paths inaccessible.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
Yes, I had encountered this before and I know it very well. Each of the slashes in your rewritten url will be considered as a sub-folder by the browser, which makes the files linked using the relative paths inaccessible.
I have tried to do this using the .htacess
Stating the absolute url is:
RewriteBase /uaf/
But for some reason that has not cured the problem, for some reason www.domain.com/folder1/username works but as soon as i add another folder it doesnt want to: