Forums

I have noticed that the site defaults to the home page whenever www is used in t (5 posts)

  1. jim9
    Member
    Posted 1 year ago #

    I have noticed that the site defaults to the home page whenever www is used in the address.

    for example
    http://www.ultimatecommunicatorworkshop.com/thank-you/

    redirects to homepage

    http://ultimatecommunicatorworkshop.com/

    why is that happening and how to make

    http://www.ultimatecommunicatorworkshop.com/thank-you/

    sends the visitors to

    http://ultimatecommunicatorworkshop.com/thank-you/

    Thanks

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

  3. jim9
    Member
    Posted 1 year ago #

    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?

  4. Sorry, it's all one word. NOBLOGREDIRECT

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

  5. jim9
    Member
    Posted 1 year ago #

    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]

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.