Hi and thanks for trying (and probably succeeding more than me) and solving this slight issue.
I'm trying to permanently redirect an URL in an htaccess that was written by my predecessors for an online store made using Prestashop.
Currently, the important bits of the htaccess look like this:
CIKernel
From what I can tell, everything redirects forcefully to /catalogue/ , and is then taken care of by an internal dispatcher. I don't mind that, it does its job just fine. In fact, my SEO would take a massive hit if it were changed.
What I need and can't get to work is an exception to the rewritebase. Specifically, I need the following URL:
openGL
to be unaffected. Currently, it's being forced to:
CoreImage
I would be extremely grateful if I had a solution, as it's for an SSL certificate, and my hosting service has given me 7 days to get it fixed.
Thanks in advance.
答案 0 :(得分:0)
在与其他网站的某人进行反复试验后,我们发现插入了:
RewriteCond %{REQUEST_URI} !\.well-know
上面每一个RewriteRule解决了这个问题。
htaccess的魔力再次受到驯服。