Questions tagged as 'url'

1
answer

Url redirection by company

I am creating multi tenacy system, I have access page for companies link the views, what I like and that the user type link already go straight into your system keeping the company1 as a mask in the url and link and so on     
asked by 18.01.2018 / 17:53
2
answers

Remove? resize = from image url

After some tests with gtmetrix I realized that the images take a long time to load when they are resized from the url, using the "? resize = (dimensions) " method at the end of it. > Example: meudomininio.com/imagem.jpg (20ms) meudomininio....
asked by 24.05.2017 / 01:03
3
answers

How to change page content according to the end inserted in the link (URL)?

I have a user registration system. The person inserts some information like user, photo, name, a brief personal presentation, phone, and email. An id is automatically generated for each new entry. Until now it is already running correctly. I...
asked by 03.03.2017 / 06:46
2
answers

Add parameter at the end of the link with jQuery

I'm trying to get some specific URL's on a page, and add a parameter at the end of the link, but I'm not getting success as the object is returned instead of the link string + parameter. I made a very simple example of the code: var links =...
asked by 23.02.2017 / 16:01
3
answers

URL Problem with Bar /

In Laravel it is very common to use friendly URLs and also very easy to use. The system is ready for this. However, I have a problem that I did not care about until now. And now I want to know why. I have a simple route for all my pages:...
asked by 11.11.2015 / 19:21
1
answer

How to use friendly urls in a php system? [duplicate]

I'm working on a website, the first site I do without Wordpress and would like your help to implement friendly urls. I do not have much knowledge on friendly urls and .htaccess but I'm trying to learn. My initial .htacces...
asked by 10.11.2015 / 16:30
1
answer

url redirection

Well, it's been a few days since I've encountered some problems in a task. What I need to do is: Verify that the url is in the right format, and if it is not, redirect to the correct url. In the other urls I did I had no problems, but this one I...
asked by 06.04.2015 / 21:44
1
answer

IE does not resolve URL

I published an application in asp.net c # on my intranet. Entering by the URL, the application works by Chrome, Firefox and IE gives an error in the middle of the application and does not perform certain features. However, if in IE itself I type...
asked by 03.10.2014 / 16:17
2
answers

how to prohibit direct access to index.php file and index.php /

Hello, I am using url friendly, which is working very well, however I want to prohibit access to the file index.php and index.php/ , I want that when accessing them it is redirected to the page home.php How do I do this...
asked by 19.12.2018 / 19:09
1
answer

How to get html code through a url in android studio

I would like to do as I get an html code from a website using android studio. This is the code I made, but it will not return anything. private static String pegarURL(String a) { StringBuilder b = new StringBuilder(); try { UR...
asked by 22.09.2018 / 19:47