Welcome Guest, Not a member yet? Register   Sign In
Please describe how to achieve the best structure
#16

[eluser]skunkbad[/eluser]
I'd like to have all of my images inside the application directory, but want to mod_rewrite them so they look like they are at root. I've been trying on my local machine with no luck. Any help?

Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^css [NC]
RewriteCond %{REQUEST_FILENAME} !^img [NC]
RewriteCond %{REQUEST_FILENAME} !^js [NC]

# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT,L]

RewriteRule ^/css/(.*)$ /application/css/$1 [NC]
RewriteRule ^/img/(.*)$ /application/img/$1 [NC]
RewriteRule ^/js/(.*)$ /application/js/$1 [NC,L]


Messages In This Thread
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:12 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:21 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 02:55 PM
Please describe how to achieve the best structure - by El Forum - 03-13-2009, 10:52 AM
Please describe how to achieve the best structure - by El Forum - 03-23-2009, 09:04 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 03:11 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 06:55 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:15 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:19 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:41 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 05:32 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 01:58 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 08:37 PM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 12:17 AM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 02:31 AM
Please describe how to achieve the best structure - by El Forum - 06-26-2009, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB