Always redirect me to the home page |
(09-27-2016, 06:18 AM)mirindraulki Wrote:(09-27-2016, 04:04 AM)createweb Wrote: Change your live config.php file Use this .htaccess file RewriteEngine on RewriteCond $1 !^(index\.php|resources|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L,QSA] $config['index_page'] = 'index.php'; to $config['index_page'] = ' '; |
Messages In This Thread |
Always redirect me to the home page - by mirindraulki - 09-27-2016, 03:37 AM
RE: Always redirect me to the home page - by createweb - 09-27-2016, 04:04 AM
RE: Always redirect me to the home page - by mirindraulki - 09-27-2016, 06:18 AM
RE: Always redirect me to the home page - by createweb - 09-27-2016, 06:59 AM
RE: Always redirect me to the home page - by mirindraulki - 09-29-2016, 12:00 AM
RE: Always redirect me to the home page - by InsiteFX - 09-27-2016, 04:12 AM
RE: Always redirect me to the home page - by mirindraulki - 09-27-2016, 04:32 AM
RE: Always redirect me to the home page - by InsiteFX - 09-29-2016, 03:48 AM
RE: Always redirect me to the home page - by mirindraulki - 10-03-2016, 12:11 AM
RE: Always redirect me to the home page - by InsiteFX - 10-03-2016, 06:05 PM
|