Welcome Guest, Not a member yet? Register   Sign In
CI+GoCart: Form submission works in localhost but NOT on live server
#6

.htaccess file

Code:
# Rewrite "www.example.com -> example.com"
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [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: CI+GoCart: Form submission works in localhost but NOT on live server - by InsiteFX - 12-12-2021, 01:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB