Check if mod_rewrite is installed?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TIme-2-Design
Forum Newbie
Posts: 1
Joined: Wed Aug 03, 2005 7:10 am

Check if mod_rewrite is installed?

Post 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?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Run phpinfo(); na dthen there's a section on apache in there which whows the loaded modules ;)
Post Reply