This is a common gripe of mine.
I was curious if there is a cheap test to know if mod_rewrite is on?
Is there a directive that i can add to the htaccess file to determine if mod_rewrite is on?
This is a common gripe of mine.
I was curious if there is a cheap test to know if mod_rewrite is on?
Is there a directive that i can add to the htaccess file to determine if mod_rewrite is on?
I wanted to expand on the previous answer:
If rewrite is on it'll log any rewrites that one may have. But it should be turned off as it is expensive on the server and wouldn't be ideal for a heavy production server.
Also, i can run:
httpd -t -D DUMP_MODULES
to see what modules are running for apache.