Welcome Guest, Not a member yet? Register   Sign In
Error at Login - "The action you requested is not allowed
#18

You fix that by doing this redirect in your .htaccess file.
You will need to change domain and tld to your site.
Code:
# 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]
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Error at Login - "The action you requested is not allowed - by InsiteFX - 02-14-2023, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB