|
|
|
|
Welcome
Time Now: Tue Apr 24, 2018 6:06 pm
All times are GMT
|
|
|
|
|
|
|
|
|
|
|
SEO 1 Forums
>
Mod Rewrite >
Help with Mod_Rewrite
cheapdomainseller
Senior Member
Joined: 01 Mar 2006
Good Posts: 336
|
Now I'm not very strong in this area. However take a look at the examples below based in the information you've asked for.
Example 1 Directory (www.myurl.com?letter=a ):
Options +FollowSymLinks
RewriteEngine on
RewriteRule www/(.*)/(.*)/$ http://www.myurl.com?$1=$2
Rewritten URL would be: http://www.myurl.com/letter/a /
Example 2 Page (http://www.myurl.com/showdetails.php?goodid=3 ):
Options +FollowSymLinks
RewriteEngine on
RewriteRule goodspage(.*)\.htm$ /showdetails.php?goodid=$1
Rewritten URL would be: http://www.myurl.com/goodspage3.htm
Cheap domain registrations - Very cheap domain name prices. |
Sat Apr 11, 2009 1:42 am |
|
|
Steph
Senior Member
Joined: 12 May 2011
Good Posts: 261
|
it is too complicated to tell you how in a forum post, search on the web/ You tube and you will find instructions. But remember that in a dynamic url site there can be drawbacks as the rewrite engine may hinder the construction of custom queries due to the lack of named variables.
Consumer Marketing |
Mon Oct 31, 2011 6:02 pm |
|
|
|
|
|
|
|
|
|