Welcome Guest, Not a member yet? Register   Sign In
404 in the server
#5

[eluser]weboap[/eluser]
if your ci install is located physically in /guaguas/
mean
root/guaguas/index.php
root/guaguas/application
root/guaguas/system

use
Code:
RewriteBase /guaguas/

if /guaguas/ is a subfolder in your controller folder

like root/application/controllers/guaguas/

use
Code:
RewriteBase /

in both caese try the following .htaccess
and post back the result.
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /


RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)

RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
404 in the server - by El Forum - 06-01-2012, 11:44 AM
404 in the server - by El Forum - 06-01-2012, 11:46 AM
404 in the server - by El Forum - 06-01-2012, 11:50 AM
404 in the server - by El Forum - 06-02-2012, 06:36 AM
404 in the server - by El Forum - 06-02-2012, 07:04 AM
404 in the server - by El Forum - 06-04-2012, 12:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB