Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

nknk

[Resolvido] Como capturar url amigável

Recommended Posts

Como eu faço para caputar o url amigável ? Eu usei =$_SERVER["PHP_SELF"], mas esta função só retorna o "endereço.php".

 

Ex.: http://www.meusite.com/noticia/id/titulo-da-noticia

 

ao invés de capturar http://www.meusite.com/noticia/id/titulo-da-noticia ele pega http://www.meusite.com/noticia/abrir.php

Compartilhar este post


Link para o post
Compartilhar em outros sites

'HTTP_REFERER'

The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.

http://php.net/manual/en/reserved.variables.server.php

Compartilhar este post


Link para o post
Compartilhar em outros sites

Esta função não funciona sempre. Então eu desisti e estou usando ajax.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Isso está rodando em que servidor? IIS ou Apache? Pois note, pelo menos, no Apache, com mod_rewrite ativado, PHP_SELF e REQUEST_URI não devem retornar o mesmo valor.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.