-
AuthorPosts
-
July 17, 2015 at 3:20 am #332925
Hi,
Sometimes, When a new user goes on my website, they are greeted with a page with a URL structure similar to this:
SITE-ADDRESS/wp-signup.php?new=SITENAMEI have followed all the steps of this thread
https://community.theme.co//forums/topic/restrict-full-screen-slider-to-only-home-page-special-case/But it still doesn’t work.
Could you please help me?
Matt
July 17, 2015 at 3:20 am #332926This reply has been marked as private.July 17, 2015 at 4:08 am #332954Hello There,
Thanks for writing in!
You are experiencing from a misconfiguration in your multi site set up.
You should ALWAYS set a multisite up as domain.comI think the problem is how your server is aliased. That is, the alias isn’t forwarding to non-www correctly. You could do an htaccess redirect to force it, putting in the code like this ABOVE the WordPress section.
# permanently redirect from www domain to non-www domain RewriteEngine on Options +FollowSymLinks RewriteCond %{HTTP_HOST} ^www\.domain\.tld$ [NC] RewriteRule ^(.*)$ http://domain.tld/$1 [R=301,L]
To resolve this issue, please refer to thess topics:
https://wordpress.org/support/topic/domaincom-redirects-to-domaincomwp-signupphpnewdomaincom
https://wordpress.org/support/topic/getting-wp-signupphpnewmydomaincom-loop
https://wordpress.org/support/topic/getting-wp-signupphpnewmydomaincom-loop-after-multi-site-installationHope this helps.
July 20, 2015 at 4:29 am #334736Hi,
Problem solved.
Thanks for your helps guysJuly 20, 2015 at 5:05 am #334749You’re welcome!
-
AuthorPosts