Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rs_rprice

    (@rs_rprice)

    I removed
    Options FollowSymLinks
    AllowOverride All

    No 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

    Thread Starter rs_rprice

    (@rs_rprice)

    I 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

    Thread Starter rs_rprice

    (@rs_rprice)

    I 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.

    Thread Starter rs_rprice

    (@rs_rprice)

    I 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

    Thread Starter rs_rprice

    (@rs_rprice)

    Yes 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.1

    Currently the URL for the site is not publicly accessible

Viewing 5 replies - 1 through 5 (of 5 total)