Welcome Guest, Not a member yet? Register   Sign In
Always redirect me to the home page
#6

(09-27-2016, 06:18 AM)mirindraulki Wrote:
(09-27-2016, 04:04 AM)createweb Wrote: Change your live config.php file

$config['base_url'] = 'http://www.yoursite.com';

I have change it but it ' s not working

base_url = http://XXXXXXXX.com/Projet

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'] = ' ';
Reply


Messages In This Thread
RE: Always redirect me to the home page - by createweb - 09-27-2016, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB