what extensions would you use for new site(s)

Discussion in 'HTML & Website Design' started by Lukas, Apr 6, 2007.

  1. #1
    for someone who has Dreamweaver & FP ( don't worry, not using on new sites anymore)

    what extension would you use.?

    I like the way www. site dot com/page1/ looks

    when in fact it is site dot com/page1.html

    it is ot a directory just a page within a site.

    I'm not liking the .html extension look anymore.

    how does someone do that ?
    is that making the server work harder ?
    is that OK for SEO or bad..?

    Thanks
     
    Lukas, Apr 6, 2007 IP
  2. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Its good for SEO. I do this for most of my sites, using .htaccess and forcetype.

    
    <files file>
    ForceType application/x-httpd-php
    </files> 
    
    Code (.htacces):
    file (no extension) will now be treated as a directory, and you can call it up as http://www.site.com/file/subcat/

    Or whatever format you choose. I would recommend making it interact with a database (the "file" file). Just code PHP straight into the file :)
     
    Louis11, Apr 6, 2007 IP