Click to See Complete Forum and Search --> : SEO URLs


egorig
08-09-2011, 03:20 AM
My links follow this pattern:
http://localhost/subject/view/?id=1
and it should be processed like this by index.php
http://localhost/index.php?request=subject/view&id=1

Any help how to set the .htaccess file

I already did this:
Options +FollowSymLinks All -Indexes
RewriteEngine On

RewriteRule (.*)/$ index.php?request=$0

but I don't know how to send the parameters (id=1)

Thanks in advance.

georgefuller
08-10-2011, 11:09 AM
I think this is the Static and Dynamic Addressing. you can customize your site's url with .htaccess. or cms of your site.