joshwb84
Forum Replies Created
-
Hey Don, thanks for the response. Unfortunately, your recommendations did not work.
On the other issue with the /blog/about/ going to /about/, that is generally due to pages or post with the same name – usually sub-pages. What happens is WordPress finds the first matching item in the permalinks when there is another page/post by that name (even thought the category or parent page may be different).
This problem did not occur until after I installed the plugin, attempted to redirect /blog/about/ to its child page /blog/about/how-we-work/. The URL would then take out the /blog/ part and I would receive the following error “Assembler error
Can’t find a definition for “error_404″ in the file data/pages.txt.”Then I uninstalled the plugin and same problem occurs. There are NO other pages or posts causing this. I deleted all relevant pages, reset permalinks, and problem still occurs.
Ill keep searching :/
I tried implementing the PHP code above directly at the top of my functions.php file, with no luck. Do I need to attach any code around it?
Unfortunately, I don’t have access to the database where I can manually extract whatever was installed in my database.
Im using Worpress 3.4.1 but may not be using PHP 5 (not sure)
Original Problem: Installed the Quick redirect plugin, attempted to redirected a page but the redirect kept changing my permalink. I UNinstalled the plugin but the redirect still occurs.
I was trying to redirect …/blog/about TO /blog/about/how-we-work
However, now …/blog/about/ REDIRECTS to …/about/ which doesn’t exist.
Thanks in advance for any help I can get on this !