Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Did you check your htaccess file for any possible conflict?

    Thread Starter Chris

    (@chrok)

    Hi Remy,
    Tnx for the advice. My htaccess says this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>
    
    # END WordPress

    Do you see any possible conflict?

    No it’s the common WP rewrite rules for permalinks, so all ok.

    Does the old wp-login.php still continue to work when the new url is 404?

    I am having the same issue, i have even deleted all my wordpress files, I downloaded new version of wordpress and tried to use the plugin to work, but not sure what am i doing wrong? that it is just not working for me in any of my sites, my sites are all hosted on AZURE, new wordpress (no plugins installed) no custom htaccess file here is the url can u please take a look, and let me know if there is anything that i missed,

    http://d-nav-test1.cloudapp.net/
    useName: pTest
    password: Je%wLPMC6C%vvCHvg@)v5IwY

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New URL doesn't work’ is closed to new replies.