Hi,
I have the following rules in my .htaccess.
RewriteRule products/(.*)/ /index.php?view=products&brand=$1 [L]
RewriteRule products/(.*)/(.*)/ /index.php?view=productdetail&brand=$1&id=$2
[L]
These are the urls the users see:
http://www.mysite.com/products/product-name/
http://www.mysite.com
Thanks Phil.
You just fixed my issue.
Much appreciated.
Philip Wigg wrote:
>
>> RewriteRule products/specials(.*) /products/index.php?view=specials&$1=$2
>> [L]
>>
>> The rewritten url is close but still has the trailing '='.
>
> What you've put there is different to what I suggested, sinc
Hi Phil,
Thanks for the reply.
I changed the rule to use a single (.*) but the result was the same.
Here is an example of the url entered ..
http://www.mysite.com/products/specials&filter=20
and expecting
http://www.mysite.com/products/index.php?view=specials&filter=20
RewriteRule products/
Hi All,
I have the following rewrite rule ..
RewriteRule products/specials(.*)(.*)
/products/index.php?view=specials&$1=$2 [L]
http://www.mysite.com/products/specials&filter=20
--> http://www.mysite.com/products/index.php?view=specials&filter=20=
The problem is the trailing '='
I have also t
my server config ?
dir_module is loaded ..
Thanks in advance,
bearsfoot
--
View this message in context:
http://www.nabble.com/Direcclient-denied-by-server-configuration-tp25531090p25531090.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com