Rewrite rule

Rewrite rule

am 24.03.2010 10:10:41 von Kaushal Shriyan

Hi,

Basically wants to understand about the below Rewrite Rule

RewriteRule ^([^.]+)$ $1.html

Please help me understand.

Thanks and Regards,

Kaushal

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Rewrite rule

am 24.03.2010 10:25:44 von xiazhengxin

it matchs url that NOT begin with dot ".", redirect to (part matched).html

Best regards,
Sharl.Jimh.Tsin

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org