Redirect ^ (anchor) problem
-
Hi!
We are trying the plugin and we have the following rule:
RewriteRule “^about/?$” “https://test.local/about-page/” [R=301,L]
If I add that rule in the .htaccess file, works greate! but of course I would like to use the plugin:
I tried with the following configuration inside the source URL textbox, but none of them worked:
* ^about/?$
* “^about/?$”The following worked:
* “/about/?$”
* ^/about/?$of course with Regex selected.
The question is, why ^about/?$ doesn’t work? if in the htaccess file works great?
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect ^ (anchor) problem’ is closed to new replies.