Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Its possible it’s part of problem, you shouldn’t see something like “wordpress” in .htacess.

    Default one, like in every WP setup, doesn’t show any folder in it. And if you cleaned that subfolder out of database, this is most likely the issue.

    I put the code, that works on any setup (really default one). Try it for example.

    # 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

    Good luck,

    Thread Starter deizi23

    (@deizi23)

    the .htaccess file is 100% similar. But the first page isn’t blank, it redirects me to my hosting server system page which says “This URL is already owned”. I think something redirects me to other page. Or the wrong url is written somewhere

    Okay, looks like the issue is on your DNS provider OR dns entries. Did you use specific zone changes in your records?
    Have a check using a dns checker like whois.domaintools.com.

    Moderator t-p

    (@t-p)

    Have you tried:
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – switching to the unedited default Theme (Twenty Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘First page wrong url’ is closed to new replies.