Welcome Guest, Not a member yet? Register   Sign In
Site developed in CI is not working properly [SOLVED]
#1

[eluser]Mizanur Islam Laskar[/eluser]
Hello CI Experts,

I've just uploaded a music site developed in CodeIgniter under a LINUX server. The site is browseable here. The home page is showing up properly, but when I want to go for other sections ( like 'Music Store', 'Registration',..etc. ), I see errors like 'Page Not Found'. Note that, 'mode rewrite' is enabled and to escape index.php, I've written the following codes in .htaccess file:

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


I'm too disappointed at the issue. Any help is appreciated. Thanks in advance.

Regards,
Mizan


Messages In This Thread
Site developed in CI is not working properly [SOLVED] - by El Forum - 08-03-2009, 09:29 AM
Site developed in CI is not working properly [SOLVED] - by El Forum - 08-03-2009, 01:53 PM
Site developed in CI is not working properly [SOLVED] - by El Forum - 08-03-2009, 07:14 PM
Site developed in CI is not working properly [SOLVED] - by El Forum - 08-03-2009, 08:22 PM
Site developed in CI is not working properly [SOLVED] - by El Forum - 08-04-2009, 10:47 AM
Site developed in CI is not working properly [SOLVED] - by El Forum - 09-10-2009, 10:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB