Link Checker HEAD Requests edit
-
I have a MultiSite. I am having a minor issue removing/placing this to get rid of HEAD, it won’t save. I’m not doing something correctly.
This is what I copied from your Broken Link Checker post.
# REQUEST METHODS FILTERED # If you want to allow HEAD Requests use BPS Custom Code and # remove/delete HEAD| from the Request Method filter. # Example: RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC] # The TRACE, DELETE, TRACK and DEBUG Request methods should never be removed. RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK|DEBUG) [NC] RewriteRule ^(.*)$ - [F]Honestly, the first go I just deleted the term HEAD. But it didn’t save. It went to an Oops Page Not Found.
Then I pasted that code block to replace that section. But it did the same thing. Oops… Etc.
I am not doing something in the correct place the correct way.
I will also read the link about MultiSites that the BPS developer posted on my other thread.Thank you
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
The topic ‘Link Checker HEAD Requests edit’ is closed to new replies.