Forum Moderators: phranque

Message Too Old, No Replies

How to find apache module is active on server or not

How to find apache module is active on server or not

         

Heeren

6:29 am on Aug 22, 2006 (gmt 0)

10+ Year Member



Hi ,

i am trying to install a seo my forum with htaccess but it is showing internal error so how do i find apache module is active on server or not
or is there any other trick make urls seo friendly.

Thanks in advanced

anversli

2:31 pm on Aug 22, 2006 (gmt 0)

10+ Year Member



Hi save this code as info.php and run it on your server.

<?php
phpinfo();
?>