Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server.
#1

Hi, friends i have one issue in accessing the apllication
on localhost works fine using Laragon, whereas in the server it displays error (The requested URL was not found on this server.) after the login submit button.
i have changed the config file to the default of CI but the issue is the same. also, the mos_rewrite is enabled in apache.
on .htaccess i have added the following settings
RewriteEngine On
RewriteCond $1 !^(index.php|resources|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

what could be the issue?
Reply
#2

What verison of CodeIgniter are you using ?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

Try removing the ? in this line

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




Theme © iAndrew 2016 - Forum software by © MyBB