For example :
/dev
->/classes
->/styles
->index.php
->...
/Agenda
->/classes
->/styles
->index.php
->...
...
I'd like to know if it is possible to modify DOCUMENT_ROOT so I could use it without adding my current project path
ie:
Code: Select all
include(DOCUMENT_ROOT."/classes/file.php")I Thought I could probably do it with .htaccess file but I'm not sure how !
Could anybody help