Hooray! Thanks for your quick, succinct help. You are the best helpist!
I'm new at PHP, brand new at CI, and haven't even taken the stickers off Fuel, so it took me a second to figure out where to put that code. For those playing along at home, tha…
As you suggested, I changed my .htaccess file to:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /fuel/
Order Deny,Allow
Deny From All
# Allow asset folders through
RewriteRule ^(fuel/modules/(.+)?/assets/(.+)) - [L]
# Protect applica…
Hi, I'm having trouble viewing the dashboard when I have installed Fuel in a subdirectory as well. I have tried many combinations of the above, but here's what I have right now.
I have CodeIgniter installed in the subdirectory /CodeIgniter/ if that…