Questions tagged as 'url'

1
answer

Page not found if I put parameters at the end of the URL

Good morning, I'm having a problem when I'm going to post a news article on my facebook page, it adds a parameter at the end of my URL (www.ex.com/noticia/ex-noticia? ex = 123 ). This ( ex = 123 ) causes my site to not find the page. I'm using...
asked by 25.10.2018 / 14:02
1
answer

Title in friendly URL

How do I change the title of the fixed pages in the friendly URL? Below is the friendly url script <div id="conteudo"> <?php $url = $_GET['url']; $quebraUrl = explode('/', $url); $categoria = $...
asked by 14.09.2014 / 17:38
3
answers

Do I need to get the current URL and know if after index.php has "?" or "&"

The initial part to get the URL I already made using this code: //URL ATUAL $url_atual = str_replace("/", "", $_SERVER[REQUEST_URI]); echo $url_atual; ..... If I'm on the url link returns me: index.php If I'm on the url link returns...
asked by 16.08.2018 / 01:04
1
answer

Friendly URL with .htaccess

I would like to leave my url that is like this: link to stay like this link You can leave someone to make a .htaccess file for me     
asked by 26.03.2018 / 16:47