New: Learn Statamic on Laracasts!

We've retired the forum in favor of GitHub Discussions.

New conversations can be started on GitHub. Existing conversations will remain for a while longer.

Head over to GitHub →

Redirect www to naked domain using .htaccess cause statamic control panel to redirect to index.html

Shabbar Abbas January 21, 2020 by Shabbar Abbas

when i try to access control panel www.domain.com/cp it takes me to www.domain.com/index.php

# -----------------------------------------------------------------------
# REDIRECT WWW VERSION TO NON-WWW OR VICE VERSA
# -----------------------------------------------------------------------
RewriteCond %{HTTP_HOST} ^www.domain.com [NC]
RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L]

Can anyone help me why this redirect is happening

Answered by Andreas Strömgren!
>>>>>>> Answered <<<<<<<
7 Replies
2 Followers