| Posted: 18 August 2008 at 8:37pm | IP Logged
|
|
|
It worked. Thanks a lot..
Different problem now ---
I did more testing and now using a map file to map a specific name to a particular url. See below:
httpd.conf file contains:
RewriteEngine on
RewriteBase /
RewriteMap mapfile txt:mapfile.txt
RewriteRule ^eshop/pc/([^?/]+)\.asp eshop/pc/configurePrd.asp?idproduct=${mapfile:$1} [NC,QSA]
================================
mapfile.txt contains just one line
full_color_business_cards 587
===============================
So the following url works :
http://www3.printpapa.com/eshop/pc/full_color_business_cards.asp
but if you click on any other link it does not work or it hangs up. Seems like it goes in some loop. As soon I comment the code it comes back again. Any idea why? Tried all the directives like [L], but still does not respond.
Thanks in advance for the help.
Shawn
So if you type in
Edited by printpapa - 18 August 2008 at 8:38pm
|