Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Spunky844

    (@spunky844)

    Could you be a little more specific? Do I have the symlink problem or do I need to modify the login.php?

    Thanks a million,
    Andrew

    No – it’s not a symlink problem nor do you need to modify the login.php.

    Thread Starter Spunky844

    (@spunky844)

    Does it have to do with my .htaccess file from:

    10. If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.

    My .htaccess file:
    # 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

    No. what urls are entered in Settings -> General? Have you tried resetting your custom permalinks back to the default setting. If this works, then review Using_Permalinks before setting a custom permalink structure back up again.

    Thread Starter Spunky844

    (@spunky844)

    Under settings general I have:
    Wordpress Address: https://shenandoahweddings.org
    Site Address: https://shenandoahweddings.org

    Under Permalinks I have the custom structure:
    /http:/shenandoahweddings.org/%postname%

    I saw there that I have /http:/ instead of /https://shenandoa… But when I try to change it it says the permalink is updated but removes the / leaving only /http:/shend…

    Now go and read Using_Permalinks again…

    Thread Starter Spunky844

    (@spunky844)

    I changed the custom permalink to just /%postname% and that fixed it.

    Thank you for your help!!!
    Andrew

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Strange Post double address Mystery’ is closed to new replies.