Wednesday 16 January 2008 1:53:29 am
the commented-out lines are the original entries from a fresh install
#<FilesMatch "(index\.php|\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf)$">
<FilesMatch "(index\.php|\.(gif|jpe?g|png|css|js|html|pdf))$">
order allow,deny
allow from all </FilesMatch> and:
#RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php RewriteRule !\.(gif|jpe?g|png|css|js|html|pdf)$ index.php with that it works, but i'm not really sure what it's exactly doing..is it allowing all pdfs to be accessed and not to be redirected to index.php? are there problems with that? i think my problem is, that my pdf files are not in in a path that includes a pdf directory. they are in a folder called application..
|