Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8721589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:14:46+00:00 2026-06-13T07:14:46+00:00

I actually don’t know many things about server-side things (other than some PHP), but

  • 0

I actually don’t know many things about server-side things (other than some PHP), but I’m trying to get familiar with it, so here’s the problem:

I just downloaded Apache HTTP Server and it works like a charm. I even tried it on local network and it still does work, but when I need to access files, I need to type local ip address like “192.168.1.33”, but I need to access it by domain name that doesn’t exist on web. The whole network is isolated and it is not connected to internet. Is there any way to do so?

For example, would it be possible to access my server with domain like “myname.com” or “myname.local”‘;

I tried to find solution to this problem both on google and here too, but without luck, but maybe that is due to my lack of knowledge, so I will apologise in advance if I’m asking something really easy or silly and if there is a resource that could help me, I would really appreciate giving me directions 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:14:47+00:00Added an answer on June 13, 2026 at 7:14 am

    Follow these steps to configure a custom domain on apache through windows:

    Open Notepad (As Administrator): c:\windows\System32\drivers\etc\hosts

    Add a line to the bottom:

    127.0.0.1     yourfakedomain.local
    

    Then, open your apache configuration: /bin/apache/Apache/conf/httpd.conf

    Add these lines to the bottom:

    <VirtualHost *:80>
      ServerName yourfakedomain.local
      ServerAlias www.yourfakedomain.local
      DocumentRoot "c:\path\to\your\code"
      DirectoryIndex index.php
    </VirtualHost>
    

    Note: you can also put the apache configuration in your /bin/apache/conf/extra/httpd-vhosts.conf file if you have it set to be read in httpd.conf.

    Then, gracefully restart apache:

    From Command prompt: service httpd graceful

    ..or Restart Services from your GUI.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't know if variadic is actually the right word, but I'm talking about
I don't know if it's actually possible to do, but I have a text
I hate to give the question this heading but I actually don't know whats
I actually don't even know how to call this :P, but... I have one
There are similar questions, but none answers what I really need. I actually don't
First: apologies for the question title, I don't actually know what the problem is
I've got a queue (actually 3 different queues but I don't believe that will
I haven't actually done this yet, and maybe I don't need to, but it
I would like to solve the following problem using constraints but i actually don't
What I want to do (I actually don't know if it's possible) is to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.