|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
changing .php3 to .php
Hi guys,
Currently i have more than 50 files are in php3 extension... is there anyway or tools i can use to change all the files' extension to php just by a click ?? i can use dreamweaver sitemap search and replace feature to change .php3 to .php in the source code, but i dun think it can be used to change the file extension.. any suggestion besides of changing the files extension manually one by one ?? please advise.. p.s: will the code not working once i changed the extension ? |
|
#2
|
||||
|
||||
|
I've seen a utility that'll do this, or maybe it was just a DOS command. Try a google on "multiple file rename free." That turned up for me several apparently free utilities for file renaming. Of course, you'll probably spend as much time looking for and installing the software as you would renaming files.
|
|
#3
|
|||
|
|||
|
if your in windows, get a DOS prompt, cd to the correct dir, and try:
rename *.php3 *.php if your on linux then you most lightly already know the commands! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > changing .php3 to .php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|