Welcome Guest, Not a member yet? Register   Sign In
index.ph on url problem.
#3

[eluser]ryanermita[/eluser]
sir i tried to put .htaccess with AllowOverride All inside the application folder and the .htaccess outside the application folder with
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
#RewriteRule ^(.*)$ /index.php?$1 [L]
#RewriteRule ^(.*)$ index.php?/$1 [L]
#RewriteRule ^(.*)$ index.php?$1 [L]
changing the RewriteRule ^(.*)$ /index.php?/$1 [L] to the choices you give. and interchange the htaccess inside the application folder and outside of it. but its still not working. when i try to go to the other pages.

i also check phpinfo() if the mod_rewrite is loaded. and yes it is.

btw. thank you for your response sir Smile


Messages In This Thread
index.ph on url problem. - by El Forum - 05-22-2013, 08:10 PM
index.ph on url problem. - by El Forum - 05-23-2013, 07:34 AM
index.ph on url problem. - by El Forum - 05-23-2013, 06:50 PM
index.ph on url problem. - by El Forum - 05-24-2013, 02:02 AM
index.ph on url problem. - by El Forum - 05-24-2013, 03:11 AM
index.ph on url problem. - by El Forum - 05-24-2013, 04:58 AM
index.ph on url problem. - by El Forum - 05-24-2013, 04:58 AM
index.ph on url problem. - by El Forum - 05-24-2013, 05:15 AM
index.ph on url problem. - by El Forum - 05-24-2013, 05:30 AM
index.ph on url problem. - by El Forum - 05-24-2013, 06:46 AM
index.ph on url problem. - by El Forum - 05-24-2013, 06:47 AM
index.ph on url problem. - by El Forum - 05-24-2013, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB