Skip navigation
Currently Being Moderated

Convert all html files to php files

Jun 24, 2009 1:17 AM

Hi there,

 

I have hundreds of pages .html in my local folder and I want to convert them to .php.

Is there any way to do this in a single shot instead of going to replace every ".html" with ".php"

 

Help please.

 

Thanks!

 

boloco

 
Replies
  • Currently Being Moderated
    Jun 24, 2009 1:55 AM   in reply to boloco

    mac or pc?

     

    If Mac use Automator.app just drag the Get Specified Finder Items action into your workflow then click the add button and add the files you want to rename into the list. After that add a Rename Finder Items action and select replace text from the dropdown option list and for find enter .html and for replace enter .php

     

    Run the workflow and you'll have all the selected file extensions that previously had .html extension now renamed to .php

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 24, 2009 6:38 AM   in reply to DwFAQ

    www.DwFAQ.info wrote:

     

    Run the workflow and you'll have all the selected file extensions that previously had .html extension now renamed to .php

    I haven't tried that, but renaming the files outside Dreamweaver will result in all internal page links breaking. Unfortunately, Dreamweaver doesn't have a feature that batch processes file renaming.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 24, 2009 1:32 PM   in reply to David_Powers

    Just like with Automator relinking pages in DW is as easy as using find/replace. Open DW, go to find/replace, find .html and replace with .php and there ya go. That's what find/replace is used for isn't it - finding and replacing things

     

    It is ok to run a static page with .php extension.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 25, 2009 5:30 AM   in reply to DwFAQ

    www.DwFAQ.info wrote:

     

    Just like with Automator relinking pages in DW is as easy as using find/replace. Open DW, go to find/replace, find .html and replace with .php and there ya go. That's what find/replace is used for isn't it - finding and replacing things

    Sure, but if you use that sledgehammer approach, you'll convert every external link that ends in .html, too. It's not quite as straightforward as you seem to think.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 25, 2009 12:36 PM   in reply to David_Powers

    I knew you'd say something like that because surely it would be too hard to find your_page.html, your_other_page.html, etc. and replace to your_page.php etc. to only change your page extensions from html to php and retain extension for other links. Or alternatively it would be too difficult to change extensions then go and patch outside links that may have been replaced. You can also use a regular expression to avoid replacing unwanted extensions. It's actually a lot easier than you would think. No you're right just go and manually change all the 100+ links yourself that's the fast, efficient way to do it I agree.

     

    boloco,

    To use find/replace in DW go to find/replace from the View menu (command F)

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 26, 2009 5:53 AM   in reply to DwFAQ

    You can also use a regular expression to avoid replacing unwanted extensions. It's actually a lot easier than you would think.

    If it's so easy, perhaps you would like to provide boloco with the appropriate regular expression to identify external links. It's not impossible, but it would need to be very thoroughly tested before running it through 300 pages. Just telling someone to run Find and Replace on a large number of pages without thinking through the possible consequences is not very helpful.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 26, 2009 10:06 AM   in reply to boloco

    Certainly, you can run html files on a dynamic site. There are two possible scenarios:

    • The server is configured to treat .html files as .php files.
    • The .html files don't contain any PHP code.

     

    In the first scenario, the server automatically passes all files to the PHP engine. If you're on shared hosting, your hosting company is unlikely to agree to this, but you can certainly ask.

     

    In the second scenario, you can convert your files to .php as and when you add PHP code to a file. The problem with this approach is that URLs bookmarked by others will break each time you change. When creating a PHP site, I always use .php file name extensions, even if the page isn't dynamic, because it allows me to add PHP code at any stage later on.

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 6, 2011 1:49 PM   in reply to DwFAQ

    Thanks!!! I've been on mac forever and never used Automator. Kicks butt. You saved me a ton of copy-paste. AND, it was done in about .5 seconds.

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 7, 2011 4:01 AM   in reply to 2goirish

    Good discussion! I admit my first thought was that it should be easy to ID external links in the source, but after about 2 seconds, I realized otherwise. While they start with HTTP, they could end in just about anything - so searching for something that begins with this ends with that is out, even if the Find and Replace dialog allowed you to do that.

     

    I make every page PHP now, if for nothing other than a menu include.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points