Hello,
I am using mod_rewrite in one of my scripts, and needed to detect if the mod_rewrite module is loaded.
I was using apache_get_modu les() before but after switching to a new host, i noticed that its disabled on the server and they won't enable it either.
But i 100% that mod_rewrite is enabled, but no way to know via my script since it used to rely on that function.
I was wondering if someone knows of any other ways to detect if mod_rewrite is enabled?
I would really appreciate any help :)
Regards,
I am using mod_rewrite in one of my scripts, and needed to detect if the mod_rewrite module is loaded.
I was using apache_get_modu les() before but after switching to a new host, i noticed that its disabled on the server and they won't enable it either.
But i 100% that mod_rewrite is enabled, but no way to know via my script since it used to rely on that function.
I was wondering if someone knows of any other ways to detect if mod_rewrite is enabled?
I would really appreciate any help :)
Regards,
Comment