RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^library/(.*)$ index.php?type=public§ion=library&$1 [QSA,L]
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
I added this and the images are loading now.
RewriteRule ^library/img/(.*)$ library/img/$1 [QSA,L]