Submit Your Article Forum Rules

Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: Should I change my web page extensions?

  1. #21
    Senior Member
    Join Date
    Sep 2005
    Posts
    254
    Can we just clear one thing up. Are you talking about parsing .html documents to run php in them? Or are you taking about using mod_rewrite to rewrite page parameters into a static url?

    In the case of the former still cannot see any benefit from doing it, just a false sense of security imho. As for the mod_rewrite solution this can be effective. As you probably know when rewiting the urls you have to write a regular expression to match the incoming data. As long as you write these rules sensibly these can block incoming attacks, as the invalid data will not be matched and thus ignored.

    I still maintain my belief that just changing the page extension offers no real protection.

    As for the advantages of using the .php extension over .html - there aren't any it's just the norm.

  2. #22
    Member
    Join Date
    Sep 2006
    Posts
    91
    I'm talking about parsing php inside of html instead of using .php file extensions.

    As for the advantages of using the .php extension over .html - there aren't any it's just the norm.
    Exactly - there are none, but there is a few by parsing php inside .html files and keeping a .html extension. That was my whole point.

    Best regards,
    E. Armand

  3. #23
    Senior Member
    Join Date
    Sep 2005
    Posts
    254
    Exactly - there are none, but there is a few by parsing php inside .html files and keeping a .html extension. That was my whole point.
    I'm still not sold on these "advantages" but as you said it's all probably down to personal opinion.

  4. #24
    Member
    Join Date
    Sep 2006
    Posts
    91
    E. Armand

  5. #25
    Senior Member
    Join Date
    Sep 2005
    Posts
    254
    Taken from the first line of your quote

    In general, security by obscurity is one of the weakest forms of security
    This was exactly the point i was trying to make. If you use this method as part of a whole host of other security measures then thats fine. However simply changing the page extension and calling the page secure is foolish at best. I wouldn't want business critical scripts "secured" in such a manner

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Page Extensions - SE Indexing Issues...
    By rb69 in forum Other Engines/Directories
    Replies: 1
    Last Post: 04-28-2006, 09:03 PM
  2. image change behind navigation when page reloads? how?
    By beka in forum Graphics & Design Discussion Forum
    Replies: 19
    Last Post: 10-26-2005, 06:55 AM
  3. I need to change a description in Google or delist a page
    By corporateface in forum Google Discussion Forum
    Replies: 4
    Last Post: 05-03-2005, 10:51 AM
  4. Page Rank Change
    By StuW in forum Search Engine Optimization Forum
    Replies: 9
    Last Post: 01-30-2004, 09:51 AM
  5. change a web page from www.url.com to Keyword.url.com
    By qbalance in forum Search Engine Optimization Forum
    Replies: 2
    Last Post: 10-23-2003, 08:21 AM

Posting Permissions

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