1
CiberEspia
rewrite for url individual

I have 3 url:

http:/www.mypage.com/modules/tiny/index.php?id=1 (about)
http:/www.mypage.com/modules/tiny/index.php?id=2 (products)
http:/www.mypage.com/modules/liaise/index.php?form_id=1 (contact)

I have the following code in .htaccess :
Options +FollowSymLinks
RewriteEngine on
RewriteBase 
/
RewriteRule ^about(.*) modules/tiny/index.php?id=[L]
RewriteRule ^products(.*) modules/tiny/index.php?id=[L]


and works very well
http:/www.mypage.com/about/
http:/www.mypage.com/products/

But I have trouble following:
Options +FollowSymLinks
RewriteEngine on
RewriteBase 
/
RewriteRule ^about(.*) modules/tiny/index.php?id=[L]
RewriteRule ^products(.*) modules/tiny/index.php?id=[L]
RewriteRule ^contact(.*) modules/liaise/index.php?form_id=[L]


For http:/www.mypage.com/contact/ i get : module does not exist

Any help or suggestions, I just only interested in those three URL to implement SEO
Mario Burga
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Adictoshp.org|Web Blog<<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2
CiberEspia
Re: rewrite for url individual

??
Mario Burga
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Adictoshp.org|Web Blog<<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Login

Who's Online

164 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits