Hi all,
I am succesfully rewriting this url:
widgetsite.nl/Blue_Widgets/ to
widgetsite.nl/getcontent.php?art=Blue_Widgets
using this rule:
RewriteRule ^(.*)/$ getcontent.php?cat=$1 [L]
But how would I do this when the forward slash at the end is ommited? In other words how do I rewrite
widgetsite.nl/Blue_Widgets (not the / is missing at the end) to widgetsite.nl/getcontent.php?art=Blue_Widgets ??
It is the last thing I should fix before publishing my new web site. Your help is very much appreciated.
I am succesfully rewriting this url:
widgetsite.nl/Blue_Widgets/ to
widgetsite.nl/getcontent.php?art=Blue_Widgets
using this rule:
RewriteRule ^(.*)/$ getcontent.php?cat=$1 [L]
But how would I do this when the forward slash at the end is ommited? In other words how do I rewrite
widgetsite.nl/Blue_Widgets (not the / is missing at the end) to widgetsite.nl/getcontent.php?art=Blue_Widgets ??
It is the last thing I should fix before publishing my new web site. Your help is very much appreciated.