PDF files not opening up — rewrite problem?
-
I just switched my site over to a new design that includes
Wordpress. I’m using a rewrite for custom permalink:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
The problem is that now my PDF files show up as “not available.” Typing in the full URL gives me this message; I can’t get to the PDF file, and I know it’s there…
Can anyone help? I thought I had found a solution but it didn’t work… I can do the changes to the htaccess file myself, I just don’t know how to write a rule that says don’t include the pdf files…
Thanks!
- The topic ‘PDF files not opening up — rewrite problem?’ is closed to new replies.