Jump to content

[SOLVED] Mod Rewrite not working from root directory?


AbydosGater

Recommended Posts

Hey guys. Im currently using the following .htaccess for my mod rewrite..

RewriteEngine On
RewriteRule ^modules/([A-Za-z0-9-]+)/([0-9]+)/?$ index.php?module=$1&params=$2

 

and that works fine.. no problem.. But i want to take out the /modules .. so its just..

 

RewriteEngine On

RewriteRule ^/([A-Za-z0-9-]+)/([0-9]+)/?$ index.php?module=$1&params=$2

 

But when i do it just gives me a 404 not found error.. blah blah was not found on this server..

 

Does anyone know why? Mod_rewrite is capable of root directory use isnt it?

 

Or do i have to keep the /modules?

 

Any help greatly appriciated!

Andy

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.