Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Do you have no-blog-redirect set in your wp-config?

    Thread Starter jim9

    (@jim9)

    I have search my wp-config.php file for the words no-blog-redirect and redirect but I did not find them there.
    What should I do now?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Sorry, it’s all one word. NOBLOGREDIRECT

    Do you have anything in your .htaccess to force the use of NON www in the domain?

    Thread Starter jim9

    (@jim9)

    these are the content of the .htaccess file

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have noticed that the site defaults to the home page whenever www is used in t’ is closed to new replies.