Hi.
Is there a way to make dynamical
this rule
ErrorDocument 404 /troubleticket/www/admin/404.php
I'd like to avoid putting the path by hand
all the time I change the root script
Bye.
Hi.
Is there a way to make dynamical
this rule
ErrorDocument 404 /troubleticket/www/admin/404.php
I'd like to avoid putting the path by hand
all the time I change the root script
Bye.
how often do you change your root? Can you just put in a URL instead of a path?
theelectricwiz;10880198 wrote:how often do you change your root? Can you just put in a URL instead of a path?
Thanks for the reply.
The script change the root when you install it.
You can put into the root or whatever path you
need it.
By now I've worked out by creating the .htaccess
dynamically by php but I'm wondering if there is
an other smarter way
Bye.