I don't know if there's a simple answer for this, but Google failed to give the information I'm looking for. So here goes.
My question is, is it possible to specify a base directory for everything that comes into the file?
For example, if I rewrite index.php?thing1=bob&thing2=fred to bob/fred.html, if there were images to be generated, they would come out as bob/images/... rather than images/... since I'm using a relative path.
Is it possible or do I have to use exact urls for everything?
My question is, is it possible to specify a base directory for everything that comes into the file?
For example, if I rewrite index.php?thing1=bob&thing2=fred to bob/fred.html, if there were images to be generated, they would come out as bob/images/... rather than images/... since I'm using a relative path.
Is it possible or do I have to use exact urls for everything?
