Is there any way to display htaccess directives results in real time? For example:
RewriteCond %{DOCUMENT_ROOT}
Are there any instructions that can be placed inside htaccess to display %{DOCUMENT_ROOT}
value?
I know that can be accomplished with a PHP script in the right address, but I was wondering if it's also possible inside htaccess?