Welcome Guest, Not a member yet? Register   Sign In
Installing SSL for codeigniter
#8

(This post was last modified: 04-21-2020, 03:19 AM by jreklund.)

(04-20-2020, 09:14 AM)jreklund Wrote: Can you post your complete .htaccess, to see if you have multiple entries of the same thing.
below you can htaccess file code for **redacted**
Code:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Reply


Messages In This Thread
Installing SSL for codeigniter - by rrashid090 - 04-08-2020, 09:40 AM
RE: Installing SSL for codeigniter - by jreklund - 04-08-2020, 09:47 AM
RE: Installing SSL for codeigniter - by jreklund - 04-17-2020, 12:46 PM
RE: Installing SSL for codeigniter - by jreklund - 04-20-2020, 09:14 AM
RE: Installing SSL for codeigniter - by rrashid090 - 04-20-2020, 10:56 PM
RE: Installing SSL for codeigniter - by lorsz - 11-07-2023, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB