Hello guys,
I want to make my Joomla homepage a little bit more secure
and found some .htaccess - Rewrite rules.
With these rules I normaly should "bypass" the view of the module positions,
and the usage of another template.
Rewrite rules for Joomla:
RewriteCond %{QUERY_STRING} (&|%3F){1,1}tp= [OR]
RewriteCond %{QUERY_STRING} (&|%3F){1,1}template= [OR]
RewriteCond %{QUERY_STRING} (&|%3F){1,1}tmpl= [NC]
RewriteRule ^(.*)$ - [R=404,L]
or
RewriteCond %{QUERY_STRING} (&|^){1,1}tp= [OR]
RewriteCond %{QUERY_STRING} (&|^){1,1}template= [OR]
RewriteCond %{QUERY_STRING} (&|^){1,1}tmpl= [NC]
RewriteRule ^(.*)$ - [R=404,L]
But both cases did not worked for me.
Is it possible to do the same thing with ARTIO JoomSEF?
(
Sorry for my bad english. :-) )