Closed Thread
Page 5 of 5 FirstFirst ... 345
Results 41 to 46 of 46

Thread: .html or not?

  1. #41
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: .html or not?

    Yes it worked

    thanks so much

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #42
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: .html or not?

    So now the htaccess is working?

    That's great!

  4. #43
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: .html or not?

    Thanks a lot, I also figured out how to get subdomains on localhost.

  5. #44
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: .html or not?

    You mean something like sub.localhost ??

  6. #45
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: .html or not?

    Yes

    Code:
    <VirtualHost *:80>
    ServerName sub.localhost
    DocumentRoot "C:\XAMPP\htdocs\docs\php\test.php"
    DirectoryIndex index.php index.html index.htm index.shtml
    </VirtualHost>

    I find this really cool, i wonder if their's anything else interesting I can configure on my server.

  7. #46
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: .html or not?

    Well.. I bet there are many things to do on a server... just make some research

Closed Thread
Page 5 of 5 FirstFirst ... 345

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. html
    By edwin namisi in forum HTML Programming
    Replies: 11
    Last Post: 06-14-2010, 02:40 PM
  2. Replies: 5
    Last Post: 02-02-2009, 10:58 AM
  3. Which one - PHP or Html?
    By Kolyn_Kryw in forum PHP Development
    Replies: 18
    Last Post: 06-14-2008, 01:47 PM
  4. C++ to HTML?
    By The Midnighter in forum C and C++
    Replies: 14
    Last Post: 11-13-2007, 09:26 AM
  5. HTML Help
    By Selena777 in forum General Programming
    Replies: 3
    Last Post: 05-22-2007, 03:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts