LoadModule rewrite

Oraco

Verified User
Joined
Apr 1, 2004
Messages
11
Location
New Zealand
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.
 
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
 
Back
Top