Options +FollowSymlinks

RewriteEngine On
RewriteBase /


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

RewriteRule ^(.*)$ /pdf/index.php?path=$1 [NE,QSA,L]
#RewriteRule ^(.*)images/(.*).jpg(.*)$ /images/$2.jpg[L]

