rs_rprice
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI removed
Options FollowSymLinks
AllowOverride AllNo trailing slashes URL’s under Settings>General
Thanks for all of the feedback. I added the leading slashes on the links that were not working properly and most items are working now. Still trying to identify where some of the links included in the sidebar for some pages is being generated from, as it is not in the sidebar.php file or any of the widgets, but hoping that I will be able to track that down, as I believe it is the last of the issues
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI tried rebuilding the .htaccess file, but it is still the same result. I have found that if I go into the page and add a / to the link that it works. e.g. change href=”?page_id=399 to href=”/?page_id=399. So it appears that it is not referencing a base setting, telling to start at root.. I have yet to found where this setting is located in the system though. I have the same issue with links on the sidebar and adding the same / to the sidebar.php file resolves that also, so I am assuming that this is a global setting somewhere within wordpress
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI was able to get upgraded to 4.1 and now if I change the permalinks to default, everything works, however when I change back to post name, I get the same issue, where any links to a page_id just reload the current page.
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationI do nave the .htaccess file
Options FollowSymLinks
AllowOverride All# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I will see if I can get it upgraded
Forum: Fixing WordPress
In reply to: page_id links reloading current page after migrationYes I have changed the permalinks and tested, but no success. The new server is running the following
Linux
PHP 5.3.29
Wordpress 3.5.1Currently the URL for the site is not publicly accessible