getting a not found error |
I have figured out that this line works:
http://localhost/sub_crud/index.php/Configure/index I have .htaccess in my sub_crud directory. It contains: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] I thought that this would work to NOT require index.php in the URI's. How can I turn off the requirement for index.php? Is my .htaccess in the wrong directory?
proof that an old dog can learn new tricks
|
Messages In This Thread |
getting a not found error - by richb201 - 04-09-2019, 11:08 AM
RE: getting a not found error - by InsiteFX - 04-09-2019, 12:28 PM
RE: getting a not found error - by richb201 - 04-09-2019, 01:30 PM
RE: getting a not found error - by richb201 - 04-09-2019, 10:47 PM
RE: getting a not found error - by richb201 - 04-09-2019, 11:12 PM
RE: getting a not found error - by salain - 04-10-2019, 03:22 AM
RE: getting a not found error - by richb201 - 04-10-2019, 06:12 AM
RE: getting a not found error - by salain - 04-10-2019, 07:07 AM
RE: getting a not found error - by richb201 - 04-10-2019, 07:50 AM
RE: getting a not found error - by richb201 - 04-10-2019, 08:16 AM
RE: getting a not found error - by richb201 - 04-10-2019, 01:35 PM
RE: getting a not found error - by richb201 - 04-11-2019, 01:01 AM
RE: getting a not found error - by salain - 04-11-2019, 01:50 AM
RE: getting a not found error - by InsiteFX - 04-11-2019, 08:16 AM
|