Welcome Guest, Not a member yet? Register   Sign In
Shorted URL don't work
#2

(This post was last modified: 08-17-2020, 09:23 AM by InsiteFX.)

In your ,htaccess file where index.php is add this:

Code:
# apache .htaccess file remove www
<IfModule mod_rewrite.c>
    
    RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
    RewriteRule (.*) https://example.com/$1 [R=301,L]
    
</IfModule>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Shorted URL don't work - by alfonsosach - 08-17-2020, 01:12 AM
RE: Shorted URL don't work - by InsiteFX - 08-17-2020, 09:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB