Welcome Guest, Not a member yet? Register   Sign In
how to load images inside application folder?
#4

[eluser]runrun[/eluser]
My htaccess file is like this
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_URI}\\/%{HTTP_HOST}/www. ^/+(.+/)?[^.]*[^/]\\(/)([^w][^w][^w][^.].*/(www\.)¦.*)$ [OR,NC]
RewriteCond %{HTTP_HOST}/www. ^(/)?(/)?([^w][^w][^w][^.].*/(www\.))$ [NC]
RewriteRule ^ http://%4%{HTTP_HOST}%{REQUEST_URI}%2 [L,R=301]


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index\.php|chat|images|robots\.txt|css)
RewriteRule ^(.*)$ index.php?/$1 [L]

it doesn't look like it restricting access to any particular file, does it ?


Messages In This Thread
how to load images inside application folder? - by El Forum - 06-25-2011, 01:29 PM
how to load images inside application folder? - by El Forum - 06-25-2011, 02:21 PM
how to load images inside application folder? - by El Forum - 06-25-2011, 04:18 PM
how to load images inside application folder? - by El Forum - 06-25-2011, 09:22 PM
how to load images inside application folder? - by El Forum - 06-25-2011, 11:04 PM
how to load images inside application folder? - by El Forum - 06-26-2011, 11:02 AM
how to load images inside application folder? - by El Forum - 06-26-2011, 11:10 AM
how to load images inside application folder? - by El Forum - 06-26-2011, 11:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB