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

[eluser]ryanermita[/eluser]
[quote author="TheFuzzy0ne" date="1369386154"]Did you confirm that your .htaccess file is doesn't have a file extension (such as .htaccess.txt)?
Did you confirm that the file is being loaded, by introducing a syntax error into the file to see if it throws a 500 error?
Your .htaccess file needs to be in your Web root, not in your application directory.[/quote]


yes .htaccess doesn't have a file extension.
RewriteEngine On
Rewrite Cond %{REQUEST_FILENAME} !-f(with spaces, doesnt do anything,even with space)
Rewrite Cond %{REQUEST_FILENAME} !-d(with spaces, doesnt do anything,even with space)
RewriteRule ^(.*)$ /index.php/$1 [L]
. buti checked my phpinfo() and mod_rewrite is included in the loaded modules.
how can i solve this? i think the problem is with my server...


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