Jump to content

Mod rewrite help for URL?


extrovertive

Recommended Posts

http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html

 

You want to look into Apache's mod_rewrite to do what you want. Something like this may work, but untested:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?tab=$1 [L]

 

This is a very basic usage, untested but should give you an idea of what you may need.

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.