Forum Moderators: phranque
[mydomain.net...]
should read:
[mydomain.net...]
but still pull the file from the /abo/ directory.
Is this possible?
Any help anyone can give me would be greatly appreciated.
You must change the URL on your pages to omit /abo/ and then use mod_rewrite to add it back in.
Realize that unless you wish to add /abo/ to *all* requested URLs, you will need to make those abo-less URLs easy for mod_rewrite to identify -- You have to provide some way for mod_rewrite to identify the URLs that it should add /abo/ to. Otherwise, it will add it to all requested URLs. Or maybe that's what you want...
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim