Hello list,

How can I append .html in-between a link ?

For example  http://www.mydomain.com/en/page?artId=1234  should redirected to

http://www.mydomain.com/en/page.html?artId=1234

page1?artId=1234 needs to be redirected as page1.html?artId=1234

How can I achieve this through .htaccesss ?

I have already tested with

```````````````
RewriteRule ^page$ $1.html [L]
``````````````````

But no success !!!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to