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?
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...
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"...
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...
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...
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...
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...
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
<...
In the android I have the following URL
String url = "http://domain.com/page?parameter1=value1¶meter2=value2";
I would like to get the parameters of this URL how do I do this in a simple way?
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...