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 :
le="color: #000000"><?php Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^about(.*) modules/tiny/index.php?id=1 [L] RewriteRule ^products(.*) modules/tiny/index.php?id=2 [L]


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

But I have trouble following:
le="color: #000000"><?php Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^about(.*) modules/tiny/index.php?id=1 [L] RewriteRule ^products(.*) modules/tiny/index.php?id=2 [L] RewriteRule ^contact(.*) modules/liaise/index.php?form_id=1 [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

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits