Questions tagged as 'url'

0
answers

Remove # from URL without .htaccess

Good afternoon, I've been looking for solutions around a long time ago and I still have not found one that applies to my situation. I made a menu with the following code: <nav class="menu "role="navigation"> <a href="#" onclick="...
asked by 06.11.2017 / 19:40
0
answers

Redirect with htaccess without changing URL

I have a system that runs at www.dominio1.com.br/sistema and I need the user typing www.dominio2.com.br/sistema to be directed to www.dominio1.com.br without the URL being changed. I made a test by placing an .htaccess...
asked by 07.10.2017 / 06:50
1
answer

Access values set in the Controoller in Prestashop 1.6

I'm setting the cookie value in FrontControlller: this->context->cookie->utm_campaign = $_GET['utm_campaign']; But accessing in the OrderConfirmationControllerCore is coming null: $this->context->cookie->utm_campaign;...
asked by 21.09.2017 / 18:52
0
answers

Problems with image when using include

I'm developing a website and after developing most of the files, I've decided to organize them in their respective folders. localhost / nomedosite / - root folder localhost / nomedosite / includes / - folder where are navs, admins, footers...
asked by 29.07.2017 / 00:57
1
answer

Keeping the URL / Wordpress

I have about 10 domains in wordpresss, however I would like that when accessing each domain it opens the site in its own domain. Ex: - When accessing domain01.com it should open the site in domain01.com instead of redirecting it to the main d...
asked by 12.07.2017 / 16:01
1
answer

How do I remove the photos from the public folder or protect them from being accessed by the URL using Intervention image with Laravel?

I'm using the intervention image is this all working, my doubt and would like to remove the saved photos from the public folder so as not to be accessed by the URL or protect access by the URL for security reasons would anyone know how to do it?...
asked by 18.05.2017 / 04:10
2
answers

get json data in url and play inside a textbox in c #

Good afternoon how do I get the data from a url that is in json format and play inside my textbox? Thank you     
asked by 16.05.2017 / 17:20
0
answers

How to remove this URL DATA 64 and leave normal url file

When I upload an image, it adds a sequence of letters, numbers, and characters in the URL. I would like to know how do I change this, type, rather than appears this much of characters, simply appear the link of the image. Here is the JavaScri...
asked by 30.05.2017 / 23:55
1
answer

Pass id received from the database by URL with javascript

I started to learn javascript, I have a short time and I am quite a lay person. Then ... I'm trying to replace alert windows with custom manners. Then when I click the edit button for example, it opens my confirmation window and if I click...
asked by 18.04.2017 / 17:04
0
answers

Problem to return to jsp by changing url using sendRedirect in servlet

I log in to my jsp, then I command the servlet to do the checks, and return to jsp, but when I return the url it continues with the path of the servlet, not with my index.jsp, it follows part of the code which return to my jsp. try {...
asked by 24.03.2017 / 18:10