Questions tagged as 'localhost'

1
answer

Atom editor, open php script on localhost (Test on browse) [closed]

In Netbeans when you click | > (play) I run my php project on localhost. Now I am testing the Atom editor and wanted to know if there is any plugin / extension that enables this function. Open in browse html files, I already managed, but run...
asked by 08.02.2017 / 21:14
1
answer

How to change local URL in IIS [duplicate]

In the local development environment I've always used localhost to access the application, but would like to use friendlier URLs (for example: http: // I tried setting up in IIS, but I was not successful. I would like to know how I can be d...
asked by 16.12.2016 / 21:31
0
answers

Error in tzdata does not let the application in phoenix start in localhost

Hello, I'm trying to run an application in phoenix and I'm getting an error in tzdata when trying to start the local server, I'm inexperienced in development with phoenix, a help would be very welcome, it follows the error returned when running t...
asked by 07.11.2018 / 14:38
0
answers

Error while running localhost in phoenix

I have the following problem, I got a project in Elixir / phoenix and I'm trying to run the local server with the "phoenix.server mix" command, but I'm getting the following error. I do not have much experience as a developer, does anyone have a...
asked by 31.10.2018 / 15:27
1
answer

date_diff returns incorrect difference

I was doing tests with this function, but it returns an incorrect difference, how do I get around this? Example: when compared the difference between 01/01 and 01/03 returns the difference of one month, and only when it is 03/03 to return the...
asked by 26.10.2018 / 19:28
1
answer

"Uncaught PDOException: could not find driver" error in Wordpress on localhost

I'm trying to put a site in Wordpress in Xampp (localhost) but when I run it, the following error appears: My error: link    Fatal error: Uncaught PDOException: could not find driver in   C: \ xampp \ htdocs \ phdvital \ public_html \ pa...
asked by 11.09.2017 / 22:42
1
answer

Change URL in localhost (.htaccess)

I would like to change the URL of my local server. I use XAMPP. I believe you need to create or change .htaccess . In fact, I have already created the file and placed it in the root of the localhost, that is, in the htdocs directory. I...
asked by 19.09.2018 / 01:56
0
answers

Upload client account system on the server, php, mysql

I'm trying to upload an application with php and mysql on my hostgator server but I'm not getting it, it works perfectly locally, I thought the only changes I should make were $config['base_url'] = 'dominio.com.br'; And...
asked by 14.08.2018 / 19:48
1
answer

How to use multiple HTTPS on localhost with Apache?

I have already made the settings in apache, hosts, I generated a server.crt certificate and a local domain is working nice link Now I need another local domain to work link I made a few attempts, among them the one that made admin work...
asked by 18.05.2018 / 01:58
0
answers

Update data in a TextView automatically in Android Studio

I am putting together a project where I need my application (made in android studio) to pull data from a local server and update automatically without needing a refresh or swipe to refresh button. At the moment I am, I can pull the data throu...
asked by 22.05.2018 / 00:42