I had tried that previously with now luck, but I'll change it to what it needs to be and check the Apache configuration file in the morning. Thanks for the help so far. I really do appreciate it.
I misread your 3rd question. I am currently testing: RewriteRule .* index.php/$0 [L]
in my config it is: $config['index_page'] = 'index.php';
Other info:
// whether the admin backend is enabled or not
$config['admin_enabled'] = TRUE;
// options a…
phpinfo(): http://ec2-54-187-20-130.us-west-2.compute.amazonaws.com/phpinfo.php
httpd.conf:
...
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options …
Not silly I enjoy troubleshooting
1. Sorry, but how would I determine this
2. Yes
3. I've tested them both
-------------------------
.htaccess file:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
Order Deny,Allow
Deny From All
…