Questions tagged as 'url'

2
answers

Redeem id passed by URL without using GET

I have a question that I think is simple for almost everyone, but I did not find any material that really helped me solve it. I am developing a micro-service in php that has as sole objective to re-use a set of functions in php that I got fro...
asked by 26.04.2018 / 03:56
1
answer

CSS and JavaScript files do not load when using Amigavel URL

Hello, I'm trying to create Friendly URL and it worked fine on some pages only some of it is not working CSS, JS etc. I'm using this in .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^home/?$ /index.php?p=hom...
asked by 02.01.2016 / 06:44
1
answer

How to download PDF with url on sdcard? Android

I would like to be able to make a button that when clicked, I downloaded a pdf with the url of this one to the sdcard, but I am not getting at all ...     
asked by 30.07.2015 / 08:55
2
answers

Ajax with clean url how to use browser back

Hello, Does anyone know how to use the back of the browser with some ajax / jquery resource, considering that the url is clean? For example, when browsing, a php session is created, so when I navigate between page1, page2 and 3, the url...
asked by 06.04.2018 / 14:14
1
answer

How to hide the token generated in the url by laravel

I have the following form with the get method, but when sending the request it sends the token through the url. How can I hide ur token? URL: 127.0.0.1:8000/search?_token=bsL7AC1ymwC1UbtwWSRwz4d6YrirLsAP5Xbkfnqh&busca=or <form action...
asked by 20.09.2017 / 21:23
1
answer

htaccess rules for searches

I am using the following htaccess code: <IfModule mod_rewrite.c> RewriteEngine on # Include in the next line all folders to exclude RewriteCond %{REQUEST_URI} !(app/view/*|web/*) [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCon...
asked by 30.04.2015 / 13:49
1
answer

Passing $ _POST by URL

I have a form that is dynamically mounted according to the preferences of each user and is submitted via post to the page that makes the process. On the process page I need, among other things, to load an iframe that will bring in extra in...
asked by 12.06.2015 / 14:44
1
answer

Wordpress friendly URL in album /? album_id = {id} for album / {id} [duplicate]

I developed a website in Wordpress and to make it faster, I decided to use the wp fastest cache module However, the site has a gallery of images that you import from Picasa through another Picasa Album Viewer The Picasa module loads...
asked by 31.03.2014 / 17:05
1
answer

Dynamic links with parameters

Hello I have a question. I would like to create a file outside the menu of a website that is responsible for linking the pages, but I am having a lot of difficulty in running it. I'm starting with PHP now ... For example: My menu has:...
asked by 08.12.2018 / 11:54
1
answer

Read data from a url

I would like to get data from a url address Searching found this answer Implemented for my reality var http = require('http'); var options = { host: 'http://192.168.1.6', path: '/sistema.cgi...
asked by 20.08.2018 / 16:18