Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Help with rewrite(loop error)

$
0
0
Hello my dear friends

I have some problem with rewrite.

I have example.com

I need 301 redirect:
example.com/index -> example.com
example.com/index.html -> example.com
example.com/about.hrml -> example.com/about
example.com/contacts.php -> example.com/contacts

Please help!

I try to do somthing like this:
rewrite ^/index.html$ $scheme://$host permanent;
rewrite ^(/.+)\.html$ $scheme://$host$1 permanent;

But i have redirection loop error

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>