Jump to content

2/3 working, small problem


dapaintballer331

Recommended Posts

I want to redirect *.html files to index.php?page=*

That is working

 

This isn't:

Redirecting *.pdf to Docs/*.pdf

 

Here is my code, please tell me what is wrong with the last line:

(all files are in root/newsite/

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)\.html$ /newsite/index.php?page=$1
RewriteRule (.*)\.htm$ /newsite/index.php?page=$1
RewriteRule (.*)\.pdf$ /newsite/$1.pdf

 

Link to comment
https://forums.phpfreaks.com/topic/78620-23-working-small-problem/
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.