PDA

View Full Version : LoadModule rewrite



Oraco
04-01-2004, 03:52 AM
Is the following not a common fuction that should be installed on my direct admin server.

If so and it isn't is it easy to do, or do I need to have admin to this.

LoadModule rewrite_module modules/mod_rewrite.so from inside httpd.conf in apache folder.

DirectAdmin Support
04-01-2004, 09:59 AM
You should already have that. Just create an info.php file with:

<?phpinfo();?>

View it, scroll down to the apache section to see the included modules. It should be there.

John