I changed to the config file and .htaccess files. following files,
Config.php
$config['base_url'] = BASE_URL;
$config['index_page'] = '';
$config['uri_protocol'] = 'REQUEST_URI';
.htaccess
RewriteEngine On
RewriteBase /52322/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
Error occur The requested URL /52322/login/ was not found on this server.
Please help me.
No comments:
Post a Comment