08-13-2009, 09:07 AM
[eluser]Phil Sturgeon[/eluser]
[quote author="daniel_ferry" date="1250112441"]@tomcode: thanks again for your efforts. At least I can use CI now.
@Phil Sturgeon: I tried your .htaccess file and as tomcode discovered, this does not seem to work on my host. It gives me the 404 every time, no matter what controller I'm trying.
I hope there is some way to get this working without having to provide the index.php and the ? sign for all the URLs![/quote]
How about...
[quote author="daniel_ferry" date="1250112441"]@tomcode: thanks again for your efforts. At least I can use CI now.
@Phil Sturgeon: I tried your .htaccess file and as tomcode discovered, this does not seem to work on my host. It gives me the 404 every time, no matter what controller I'm trying.
I hope there is some way to get this working without having to provide the index.php and the ? sign for all the URLs![/quote]
How about...
Quote:RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php\?/$1 [L]