Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found The page you requested was not found.
#1

[eluser]krishnakumar2k[/eluser]
My site was working fine until i uploaded to the client server.Am getting this error
404 Page Not Found The page you requested was not found when i navigate through menu.

my htaccess

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

my config file

$config['server_var'] = "ORIG_PATH_INFO";
$config['uri_protocol'] = "AUTO";

tried with all $config['server_var'] options..
still not working.

Hope you people can help me...
#2

[eluser]Vladimir Aleksiev[/eluser]
Is the Apapche's mod_rewrite enabled on the host? Try loading your page with index.php in the url. (:
#3

[eluser]krishnakumar2k[/eluser]
Apapche’s mod_rewrite is enabled in server.Unable to load with index.php
#4

[eluser]krishnakumar2k[/eluser]
PROBLEM SOLVED
it was a problem with the file uploader.Some of the files weren't uploaded fully.
thanks Vladimir Aleksiev and all who tried to help.




Theme © iAndrew 2016 - Forum software by © MyBB