mealybar

msg:1509227 | 11:27 pm on Jun 6, 2005 (gmt 0) |
You visit the url www.site.com/file123.html and it goes to the dynamic page without changing the url. Going to file.php?prod=123 will also link the same page but the url will be the dynamic one. If I've got this wrong excuse me, I'm a complete newbie :S
|
Monksp

msg:1509228 | 12:35 am on Jun 7, 2005 (gmt 0) |
Actually, What I am trying to accomplish is to have someone / search engines go to www.site.com/file.php?prod=123 and have the url re-written as www.site.com/file123.php
|
jd01

msg:1509229 | 12:50 am on Jun 7, 2005 (gmt 0) |
Hi Monksp, The basic problem is you are going the wrong way... The link must be to the static page (does not exist), then use mod_rewrite to serve the information from the php page (does exist). This should give you an idea: [webmasterworld.com...] Justin
|
Monksp

msg:1509230 | 2:24 pm on Jun 7, 2005 (gmt 0) |
Thanks! I think this is exactly what I needed to help me to accomplish what I want to do. Great post jd01, especially to us .htacess newbies.
|
|