View Single Post
  #1 (permalink)  
Old 05-14-2008, 10:22 AM
spaze spaze is offline
Junior Member
 
Join Date: May 2008
Posts: 3
Default .htaccess configuration for index.php bootstrap file

So I have the index.php in blog/ directory and in the same directory I have the images/ directory.

My .htaccess file is configured following way:

RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php

How do I write this so that when I can write URL blog/images/myimage.jpg

Currently if I enter above URL the image return is faulty because essentially it goes through the index.php file.
Reply With Quote