Questions tagged as 'url'

2
answers

Hide pdf extension in URL

I need to hide the pdf file extension that is opened in my web system. I did some research and I saw that I had to do the htacces, but I did not succeed. How can I do this?     
asked by 21.09.2015 / 16:53
1
answer

Laravel: Upload images and files linked

I have the following code: <link rel="stylesheet" href="css/v1.css"> , but the page does not load it. When inspecting element the following error appears: Astheimageshows,itcomeswiththelink: link , however if I add the public in u...
asked by 19.10.2017 / 23:48
3
answers

jQuery - How to filter a JSON file from an external link?

I have a headache that is as follows: I need to do a filter by names of the following JSON (summarized) ... [ { "index": 0, "age": 25, "eyeColor": "green", "name": "Peck Murphy", "gender": "male", "company"...
asked by 28.02.2017 / 14:01
3
answers

Store URL snippet - JavaScript

I'm capturing a certain URL value through JavaScript, but I'm having difficulty at any given time. Follow the steps below. var url = window.location.href; var page = url.split('/'); var page = page[page.length-1]; var arrayIt...
asked by 02.06.2017 / 21:22
1
answer

Masking url path on IIS server

I have a question that I need but to show a path in the url that is more friendly to the user, like this: link I wanted to show instead that all this way showed just link Just like this site when clicking on any link in the me...
asked by 01.12.2016 / 15:42
2
answers

Block pages via url

The restricted page is blocked for url access, but I want to leave the warning on the login screen. For example: when entering the address of the business page.php in the url, the system directs to the login screen and displays the message LOGIN...
asked by 24.05.2017 / 02:19
1
answer

Why are [] characters processed this way in my URL?

When I send a $_GET of my application I have the following expression tipo%5B%5D=CASA in my url . The data comes from an HTML element of type checkbox of name="tipo[]" . These characters simply represent [ an...
asked by 01.11.2014 / 22:31
2
answers

How to solve problems in calling files in HTML?

I have a folder structure where I have the following architecture page php arquivos.php tpl arquivos.tpl(html) style arquivos.css But I have a problem calling files in tpl's ... when I use the path <...
asked by 25.04.2014 / 18:13
1
answer

How to get parameters from a url on Android

In the android I have the following URL String url = "http://domain.com/page?parameter1=value1&parameter2=value2"; I would like to get the parameters of this URL how do I do this in a simple way?     
asked by 24.03.2014 / 22:04
1
answer

Friendly URL getting value for PHP

My question is in this URL : site.com/embed.php?id=a48sa4d2a3s4d65a1s5d6a1sd56 I get this value for $_GET['id'] . How can I turn into a beautiful and organized URL ? Example: site.com/embed/a48sa4d2a3s4d65a1s5d6a1sd...
asked by 10.12.2018 / 02:34