Welcome Guest, Not a member yet? Register   Sign In
Problem removing 'index.php' with .htaccess
#19

[eluser]shanecavaliere[/eluser]
Yeah, that .htaccess file, as well as the respective index.php file are both in the /test/babs directory.

For this problem, both the CodeIgniter index.php file and the .htaccess file are in the site's root.

Also, I'm not sure if this helps, but when I change the .htaccess file to:

Code:
# this is the initialization
Options     +FollowSymLinks
RewriteEngine     On
RewriteBase     /
# these are the rewrite conditions
RewriteCond     %{REQUEST_FILENAME}     !-f
RewriteCond     %{REQUEST_FILENAME}     !-d
# and finally, the rewrite rules
RewriteRule     ^([a-zA-Z0-9\-]+)/$    index.php/$1 [L]

It sort of works... When I go to 'example.com/blog/' it shows me what I would like, but when I go to 'example.com/blog/index/' it gives me a 404 error.

(edit: sorry, I hit submit before I was ready)


Messages In This Thread
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 10:42 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 11:47 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 11:58 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 12:03 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 12:40 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:16 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:22 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:24 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:30 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:31 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:33 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:40 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:52 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:54 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 01:58 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:02 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:10 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:14 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:21 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:24 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:26 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:34 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:38 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:47 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-04-2008, 02:57 PM
Problem removing 'index.php' with .htaccess - by El Forum - 06-09-2008, 12:37 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-09-2008, 05:42 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-09-2008, 06:44 AM
Problem removing 'index.php' with .htaccess - by El Forum - 06-09-2008, 09:57 AM
Problem removing 'index.php' with .htaccess - by El Forum - 10-05-2010, 10:44 PM
Problem removing 'index.php' with .htaccess - by El Forum - 01-19-2012, 06:56 AM
Problem removing 'index.php' with .htaccess - by El Forum - 01-19-2012, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB