Welcome Guest, Not a member yet? Register   Sign In
Remove index.php (desperately need help)
#1

[eluser]PlayMate[/eluser]
I'm sorry for bothering with this topic again. I'm desperately removing index.php from my Ci application. My htacess works on my localhost, but it isn't in my hosting site (error 500). I have tried all of htaccess mentioned in this forum and wiki. My current htaccess :
Code:
# Turn on URL rewriting
RewriteEngine On

# Installation directory
RewriteBase /test/

# Protect application and system files from being viewed
RewriteRule ^(application|modules|system) - [F,L]

# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all other URLs to index.php/URL
RewriteRule ^(.*)$ index.php/$0 [PT,L]

My ci installation dir on hosting:
Code:
/www
--test
---index.php
---.htaccess
---system
---etc

You can check my site Here. The correct page display phpinfo() like this one.

Thank you in advance. Sorry for my bad English.
Regard


Messages In This Thread
Remove index.php (desperately need help) - by El Forum - 03-01-2010, 10:59 PM
Remove index.php (desperately need help) - by El Forum - 03-01-2010, 11:53 PM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 12:35 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 12:38 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 12:48 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 03:31 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 04:12 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 05:24 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 06:35 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 06:42 AM
Remove index.php (desperately need help) - by El Forum - 03-02-2010, 12:37 PM
Remove index.php (desperately need help) - by El Forum - 03-03-2010, 03:40 AM
Remove index.php (desperately need help) - by El Forum - 03-03-2010, 10:54 AM
Remove index.php (desperately need help) - by El Forum - 03-03-2010, 11:18 AM
Remove index.php (desperately need help) - by El Forum - 03-03-2010, 01:51 PM
Remove index.php (desperately need help) - by El Forum - 03-04-2010, 05:18 AM
Remove index.php (desperately need help) - by El Forum - 03-04-2010, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB