Welcome Guest, Not a member yet? Register   Sign In
Forcing index.php (WAS: Issues Removing index.php)
#3

[eluser]Jonathan Ledbetter[/eluser]
BaRzO, thank you for the suggestions, but unfortunately, neither changing 'REQUEST_URI' to 'AUTO' or adding RewriteBase / to my .htaccess did the trick. :down:

My .htaccess now looks like this (after changing to a different RewriteRule configuration):
Code:
# Use PHP5CGI as default
AddHandler fcgid-script .php

# Make index.php the directory index page
DirectoryIndex index.php

# CodeIgniter drop of "index.php"
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|assets|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

# Block directory listings
Options -Indexes

I reverted the uri_protocol back to 'REQUEST_URI', so the .htaccess file is the only one changed thus far.

Any other suggestions?


Messages In This Thread
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 12:58 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:18 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:56 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 02:06 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 03:00 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 03:48 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:03 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:44 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 05:54 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 07:35 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 11:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB