Hello,
It was noticed that some PHP application including UBB (http://ift.tt/1txanw6) in certain cases generate URLs ending with /.html, for example:
http://ift.tt/1txalEo
And when using nginx_apache we get "forbidden" error because of this:
Will you please change it to
?
Thank you.
It was noticed that some PHP application including UBB (http://ift.tt/1txanw6) in certain cases generate URLs ending with /.html, for example:
http://ift.tt/1txalEo
And when using nginx_apache we get "forbidden" error because of this:
Code:
location ~ /(\.ht|\.user\.ini)
Will you please change it to
Code:
location ~ /(\.hta|\.htp|\.user\.ini)
?
Thank you.
UBB with .html links and nginx_apache
Aucun commentaire:
Enregistrer un commentaire