Page 1 of 1

Check if mod_rewrite is installed?

Posted: Wed Aug 03, 2005 7:12 am
by TIme-2-Design
I'm wondering if there is a way to check if mod_rewrite is installed/enabled on ones server using a PHP script. Does anyone know if there is a way this can be done?

Posted: Wed Aug 03, 2005 9:27 am
by Chris Corbyn
Run phpinfo(); na dthen there's a section on apache in there which whows the loaded modules ;)