Posts by William Monteiro • 21 points
4 posts
-
0
votes1
answer77
viewsQ: Open URL Waze (maps) using Android webviewer
I’m having a hard time opening a Waze URL. I am currently creating an HTML+PHP page and I use the Android webviewer to display the page, I need to put a link to call Waze. If I use a simple url:…
phpasked William Monteiro 21 -
0
votes1
answer195
viewsA: Crontab open external page
I got what I wanted with the following cron command /usr/bin/wget -q -O temp.txt http://localhost .....
-
0
votes4
answers168
viewsA: How to redirect url with htaccess out of the domain?
friend, will you only direct a page? Wouldn’t it be simpler to use a redirect via PHP, for example? <?php header("Location: http://www.site_a_ser_redirecionado.com"); ?>…
-
2
votes1
answer195
viewsQ: Crontab open external page
I set up a cron on my server to run a php script. inside the crontab ran the line : curl http://localhost/atualizacoes/check-atualizacoes.php It ran perfectly, but inside this php I have an if that…