My website loading from another folder, when I pointed my domain to the ip. I have already added the domain in ISP, and the new folder created with default content, but Apache serving another of my site.
ISPConfig serving wrong site
816 Views Asked by DaWe At
1
There are 1 best solutions below
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in DNS
- AWS Dns record A not navigate to elb
- I created a domain name from cloudflare, and Hoisted my static site hosted in google firebase, error in adding custom domain in firebase
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- The problem with raising the DNS server on Ubuntu 20.04 - bind9
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Assigned A record for Subdomain in Cloud DNS to Compute Engine VM instance but not propagated/resolved yet
- Why Bind9 responds with latency for RPZ rule?
- Create aws certification for domain
- Make Bind DNS server to request only root DNS servers of IANA website
- Domain Still Redirecting Despite Transferring Out of Godaddy
- Set up MX records in apache/Ubuntu to point to external mail server
- Changing AWS registred domain back to AWS name servers
- Docker networking forwarding failed
- Can access IP address of domain via mobile but not wifi
- CURL got Could not resolve host: my subdomain
Related Questions in HOSTS
- In Android emulator with sdk 30 or higher, hosts file is reset to default
- [Errno 13]:Permission Denied when trying to edit the hosts file with a script in .ps1, in .py and in .bat. Hosts file with full permission to edit
- Ansible "Failed to resolve hostname inventory_hostname (Name or service not known)"
- nginx: how to redirect a domain name based request to a specific IP so they can't bypass a WAF
- Is it possible to block ONLY the homepage of YouTube but not its videos using /etc/hosts?
- How to access localhost through NGROK tunnel running on Docker Windows?
- How to access Next.js Application from a fixed Hostname in Local Environment?
- Replace ajax response of a json file from a website to a local json file
- /etc/hosts not working when connected to WIFI MacOS
- Confusing behavior when attempting to use the HOSTALIASES environment variable
- How to set up redirection from one page to another within the same site on a Windows computer
- getaddrinfo ENOTFOUND localcdn
- Spring server.address=localhost cannot connect from Node.js fetch api
- How to make Chrome allow http request to custom local domain?
- zsh: permission denied: /etc/hosts
Related Questions in ISPCONFIG
- DB alternative for ISPC in combination with Magento2?
- Why is this certain PHP installation so slow?
- How can I secure node.js with letsencrypt on an ispconfig server?
- ERROR_403_ Forbidden
- How to create a cygwin script to automatic backup on local PC in ispconfig
- Error of displaying the PHP version in the site form (ISPConfig)
- Mail client wouldn't connect with my Docker mail server
- "rewrite" structure for subdomain on Nginx
- ISPConfig Redirection issue - How to add wildcards redirect in ISPConfig Control Panel
- roundcube doesn't login after installation
- ERR_TIMED_OUT when phpmailer ( i use ISPConfig ) send mail from PHP
- Python call SOAP API without wsdl
- Roudcube version 1.4.4 long loading time for email detail
- How do I set up a reverse proxy in ISPConfig?
- How to point a subdomain to a subfolder
Related Questions in ISPCONFIG-3
- ISPConfig3 Domain points to a subdirectory of Web
- Having error during use ispconfig auto installer in debian 11
- ISPConfig Redirection issue - How to add wildcards redirect in ISPConfig Control Panel
- How do I set up a reverse proxy in ISPConfig?
- How to point a subdomain to a subfolder
- Blank home page and 404s after switching to HTTPS in ISPConfig 3
- How can I remove .php extension while using ISPCONFIG 3?
- Change Document Root for existing site - IspConfig 3
- Ispconfig 3.1.13p1 problem creating new Let's encrypt certificate. Multiple accounts
- How to force renew of a Let's Encrypt Certificate in ISPConfig 3?
- ISPConfig not working in port 8080 after fresh install in AWS lightsail
- ISPConfig serving wrong site
- ISPConfig auto-configuring IP address
- ISPConfig wont accept new certificate
- ISPConfig set up reverse DNS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you left blank the ipv4 address field in the site settings (or maybe it's wrong). Just select the ip of the host, and retry.
If your site loads with http, but not with https, that means your website is not reachable with SSL (so check that SSL is enabled).
When the webserver receives a request, it will look through the list of sites configured to run on said IP. If it does not find a site matching the domain requested, it will serve the alphanumerical first site it finds, so that why wrong site loaded.