I am trying to get the following url:
http:
What the RIGHT SINGLE QUOTATION MARK symbol contains ( http://www.fileformat.info/info/unicode/char/2019/index.htm )
To redirect to a new place. However, I cannot get Apache to do this.
For reference, my redirect code (in VirtualHost) is as follows:
RewriteEngine on
RewriteRule ^macmillan\xE2\x80\x99s-st-luke-passion$ http://newdomain.com/tickets/events/macmillans-st-luke-passion [R=301,L]
There are other redirects in the file for exact URL matching, and one interception of all redirects to the bottom of the page. It is designed to map any remaining URLs to /events/(old url). For example, he will send olddomain.com/page-titleto newdomain.com/events/page-title.
Redirect 301 / https://newdomain.com/events/
Apache , \x ’.
, URL- .
- , URL ’ Apache RewriteRule ( RedirectMatch)?