@leokhoa Hi Leokhoa thank you, can you be more spesific which one is hosts file and virtual host file?
Thanks
pramanadiputra
@pramanadiputra
Posts made by pramanadiputra
-
RE: Nginx Configuration in Laragon to Support Subdomain
-
Nginx Configuration in Laragon to Support Subdomain
Hi,
I'm developing my Laravel in my localhost using Laragon, is there anyone who uses this one too for their localhost environment ?
I was trying to build a subdomain in my Laravel Route, but subdomain.myapp.tld just doesn't work.
Anyone knows how to configure it? Apache Conf or Nginx Conf is fine, I can use both Server in my Laragon.
Thank You
-
RE: WordPress multisite and subdomains
Hi @leokhoa
can you make a tutorial for installing WordPress Multisite on Laragon?
I'm using Apache, and I have setup my WordPress Multisite, it's working on the WordPress side. when I'm accessing subsite.mysite.com, it's redirecting me to ISP Provider that says web not found.What configuration do I need to change on Apache conf or maybe if I also use Nginx.
Thank You.
-
Access Rails with Virtual Host?
I recently launched my Rails web app with Laragon, by following this tutorial:
https://laragon.org/download/install-rails.htmlAll works fine, but my question is why when I use Apache or Nginx to access my rails web app: railsapp.dev, it's showing index of/ (containing the structure of my dir), means that it's not properly recognizing my Rails.
But when I use Puma Server from Rails itself, it's recognizing my Rails web app, which I wrote <h1>Welcome to RoR</h1>
My question is how can I work with railsapp.dev instead of localhost:3000 / use Apache/Nginx instead of Puma Server.
Thank You
-
RE: Avoid Site access with url.dev:8888/ with Nginx
@bantya How it's just a matter of swapping the port between them. I'll try it later.
Thank You Very Much for your time
Greeting from Bali
-
Avoid Site access with url.dev:8888/ with Nginx
Hi, everyone
I prefer Nginx over Apache, how can I avoid the port:8888 on the url when accessing my local sites?
because when I was using Apache it don't have to access the site with the {port-address}.Such an example:
Curiosity.dev/ (Apache)
Curiosity,dev:8888/ (Nginx)How to solve this?
Thank You Everyone!