Welcome Guest, Not a member yet? Register   Sign In
Redirect doesn't work with SSL
#6

(This post was last modified: 04-14-2017, 02:32 AM by InsiteFX. Edit Reason: add for changes )

You can add it to vhosts like this:

Code:
# CI 3.1.4 Dev CSD Testing
<VirtualHost *:80>
   DocumentRoot "\xampp\htdocs\citest\public_html"
   ServerName citest.dev
   <Directory "\xampp\htdocs\citest\public_html">
       Order allow,deny
       Allow from all
       AllowOverride All
       Require all granted
   </Directory>
</VirtualHost>

You will want to change some of these for a live web server, this is for a localhost.

Or in your .htaccess like this:

Code:
AllowOverride All

hope this helps you out.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Redirect doesn't work with SSL - by ghost13 - 04-11-2017, 05:33 AM
RE: Redirect doesn't work with SSL - by ghost13 - 04-13-2017, 12:11 AM
RE: Redirect doesn't work with SSL - by InsiteFX - 04-14-2017, 02:30 AM
RE: Redirect doesn't work with SSL - by ghost13 - 04-25-2017, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB