Welcome Guest, Not a member yet? Register   Sign In
Codeigniter .htaccess not working in bluehost
#1

[eluser]rampelli[/eluser]
.htaccess file is not working well in bluehost server .

home page is comming but .. the other links are not working

when clicked on other links it is showing the same home page

i am using the .htaccess code which is specified in
Quote:http://ellislab.com/forums/viewthread/98862/

below is my code in .htaccess file

Code:
AddHandler application/x-httpd-php5 .php
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.+)$ index.php/$1 [L]
#2

[eluser]bitist[/eluser]
Change
Code:
$config['uri_protocol']    = "AUTO";
to
Code:
$config['uri_protocol']    = "REQUEST_URI";
in your config/config.php

Maybe this will fix the issue.
#3

[eluser]rampelli[/eluser]
Thanks Mr vanyinet ..

My problem solved




Theme © iAndrew 2016 - Forum software by © MyBB