Questions tagged as 'url'

1
answer

Friendly URL in hosting Windows 2003/2008 with site in PHP

I need to convert this file .htaccess to a format compatible with a Windows hosting in Locaweb. RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?link=$1 [L] In sup...
asked by 11.04.2014 / 13:40
2
answers

Sending problem via URL (GET)

Good morning friends, I have these buttons here: <button class="btn-excluir" data-id="1">Primeiro</button> <button class="btn-excluir" data-id="2">Segundo</button> <button class="btn-excluir" data-id="3"&...
asked by 28.09.2018 / 14:38
1
answer

URL with fixed and variable parameter

Hello, I'm having difficulty setting my htaccess file, I have a fixed parameter that I manually pass and one that depends on the user when I click and change uf, follow the example RewriteRule ^representantes\/(.*)$ representantes.php?i_page=3...
asked by 08.10.2018 / 16:23
0
answers

How to Download Images with PHP

I have an urgent question. I want to be able to download images using php, these image URLs are in a google docs spreadsheet, I was able to make the connection, and I was able to make a code to download, but the file that they see is differen...
asked by 23.08.2018 / 13:37
1
answer

Thymeleaf passing 2 parameters to URL

Good evening guys, I have the following problem: I'm trying to pass 2 parameters to the URL using Thymeleaf, but I'm not able to retrieve the value of the variable "name" to pass the second parameter. Note: Euconsigo pass the page numbe...
asked by 26.08.2018 / 00:12
1
answer

Variable handling in HTML

Hello ... The world HTLM / JAVASSCRIPT / PHP is totally new to me. As a beginner, I count on your help to develop a small project. Come on ... I have an INDEX.HTML page that receives a value via URL. I was able to read this value using a func...
asked by 10.06.2018 / 01:14
1
answer

Accumulating URLs in DJANGO

My urls are piling up. When I pass via tag a[href="exemplo"] it sends to url http://localhost:8000/index/ , but if I click again on some other link on the same menu, it will redirect to http://localhost:8000/index/outroloca...
asked by 18.05.2018 / 17:05
0
answers

Access to subfolders in URL is being blocked by .htaccess

Hello, I have a url dem a system in which I have a test_ environment in a subfolder inside the system directory. The .htaccess directs the index to an "app.php" file which is the autoload file of the system. Targeting it in the " lin...
asked by 07.05.2018 / 18:56
1
answer

Search with explode and friendly url (problem)

I have a problem. I was using a search engine with variable multipules without a friendly url. And it worked normally. I placed several keywords and searched the database without any problem through EXPLODE. Except now, I've placed a friendly...
asked by 04.04.2018 / 19:10
1
answer

Catch hidden extension of Uri

I have an application to watch and download videos online, my code detects the mimetype by url to use as an extension of the downloaded video. However, some websites have the hidden extension, such as this url: http://www.animeplus.org/inc...
asked by 16.01.2018 / 14:15