Results 1 to 4 of 4

Thread: Just wondering if this is an option with BV
      
   

  1. #1
    dloopdude is offline Private First Class
    Join Date
    May 2008
    Posts
    6

    Default Just wondering if this is an option with BV

    I've noticed allot of websites will be like this www.example.com/about/us

    where with BV I have to add php or html so it would be www.example.com/about/us.html

    I'd like to remove the html or php if possible.

    Also instead of having www.example.com/about/us why can't I go www.example.com/about_us

    using an _ underscore rather than /

    Thanks!

  2. #2
    judavvforum is offline Major
    Join Date
    Nov 2007
    Location
    Arizona
    Posts
    389

    Default Re: Just wondering if this is an option with BV

    Well first off it is common to have this type of address www.example.com/aboutus.html OR /about_us.html. When you have an address like this: www.example.com/about/us.html it means you have published a page called (us) into a folder called (about). It's really not necessary in most cases and gets pretty messy trying to keep everything organized!

    At an early stage of web building experience; I believe it is important to get into the habit of naming things using all small letters and certainly no spaces or underlines!

    That will go a long way towards eliminating errors!

    As for the .html or .php thing; it's really not a big thing to add those to the end of the page address,(IMO). How often do you type in a page address, anyway?

    I did a little experiment to get rid of the .html and it worked, but might have some unforeseen consequences; so I better not go into that here!!

  3. #3
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: Just wondering if this is an option with BV

    You can have folders inside your public_html directory. Each folder could have it's own (page) name. Inside that folder you can have an index page. Yes, one for every folder (i.e. about, contact, products, et. al.)
    The link would then be www.yoursite.com/about or contact, etc.
    It can be confusing to have several index pages for a site.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  4. #4
    dloopdude is offline Private First Class
    Join Date
    May 2008
    Posts
    6

    Default Re: Just wondering if this is an option with BV

    Quote Originally Posted by CarbonTerry View Post
    You can have folders inside your public_html directory. Each folder could have it's own (page) name. Inside that folder you can have an index page. Yes, one for every folder (i.e. about, contact, products, et. al.)
    The link would then be www.yoursite.com/about or contact, etc.
    It can be confusing to have several index pages for a site.

    Thats awesome your into archery too! I own www.tripleactionoutdoors.com

    Thanks for the help too!

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49