Forum Moderators: phranque
[foo.tld...]
[foo.tld...]
I spent several hours trying to fix this one last night and I kept coming up with a 500 Error. All I want to do is send the search engine a 410. After careful research, this is what I tried:
Rewritecond %{query_string} ^option=com_content&do_pdf=$
RewriteRule ^(index\.php)?$ - [G]
Still no good. I've tried every combination I can think of, but it does not seem to work. My thought is the problem might be related to the index2.php part or the underscores.
Any help is deeply appreciated.
RewriteCond %{QUERY_STRING} ^option=com_content&do_pdf=
RewriteRule ^index2\.php$ - [G]
Jim