Hook for Non-Parent Domain Root Redirection
-
Hello, we have a blog that is on the second level path of a domain (example: http://www.myDomain.com/BLOGROOT) – this was causing issues with some links redirecting, and some not. So we created a fix in the plugin for our implementation, and upon moving it into the theme’s functions file to extract our adaptation from the core plugin code, we were not able to directly hook into the Simple301Redirects->redirect() method, so we had to apply our change to the WordPress init.
I just wanted to notify you guys, to see if you could add second level domain support in a future release? If not, if there is a hook that could be added to the theme functions.php file to hook into Simple301Redirects->redirect(), would be another solution without having to hook the init.
The topic ‘Hook for Non-Parent Domain Root Redirection’ is closed to new replies.