Funcionamento sem o index.php

  • LeoLifeson
  • Avatar de LeoLifeson Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
9 anos 7 meses atrás #97742 por LeoLifeson
LeoLifeson replied the topic: Re: Funcionamento sem o index.php
Pessoal, nada feito. Não adiantou.

Meu .htaccess está assim:
Options +FollowSymLinks

RewriteEngine On

RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]

RewriteCond %{QUERY_STRING} (<|%3C)(&#91;^s&#93;*s)+cript.*(>|%3E) &#91;NC,OR&#93;

RewriteCond %{QUERY_STRING} GLOBALS(=|\&#91;|\%&#91;0-9A-Z&#93;{0,2}) &#91;OR&#93;

RewriteCond %{QUERY_STRING} _REQUEST(=|\&#91;|\%&#91;0-9A-Z&#93;{0,2})

RewriteRule .* index.php &#91;F&#93;

RewriteRule .* - &#91;E=HTTP_AUTHORIZATION:%{HTTP:Authorization}&#93;

RewriteCond %{REQUEST_URI} !^/index\.php

RewriteCond %{REQUEST_URI} /component/|(/&#91;^.&#93;*|\.(php|html?|feed|pdf|vcf|raw))$ &#91;NC&#93;

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php &#91;L&#93;

Please Entrar ou Registrar to join the conversation.