Hi,
as I read in some of the other entries ABSPATH is a dynamic global which changes in the wp-settings.php.
I am encountering the problem that the blog always seem to refer to the main host directory based on the apache vhostsettings (just a guess).
The site I am editing should have an entry site so i added an index html.
which forced by the apache was allways picked on any submit (wp-engine)
So i implement a cookie which was set by clicking on the "enter page"
not a good solution after all.
So what i want to do is move the blog in a subdirectory
- /[DOC_ROOT]/index.html -> refers to /[DOC_ROOT]/wordpress/index.php
which basicly did work only that the file paths still didn't change
Therfore the final question : " Would changing the ABSPATH to a static Variable (hardcoded) inflict the blog in any point ?"
thanks j