anadora Posted April 30, 2012 at 09:29 PM Report #452356 Posted April 30, 2012 at 09:29 PM No ficheiro htaccess tenho estas linhas de código: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] Quando a pesquisa é realizada através de motores de busca redirecciona para outro endereço que não a minha página. Quando coloco o endereço na barra de endereços umas vezes consigo aceder outras vezes não. O que devo fazer? Quais as alterações ao código? Agradeço ajuda Dora
ruiFernandes Posted April 30, 2012 at 09:58 PM Report #452367 Posted April 30, 2012 at 09:58 PM talvez isto te ajude http://www.besthostratings.com/articles/http-auth-php-cgi.html - Rui Fernandes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now