Wil McGilvery wrote:

I have a web site from a customer that has asked me to convert his Front
Page site to be workable on apache.

To do this and have the web site still work with front page all the
spaces in file names/links need to be removed and uppercase/lowercase
issues resolved.

Is there any easy way to do this?


perl or sed use regex's to match the links and/or file names and replace [space] with an `_'

or you could put `%20's' in all the links.


-- James McDonald (Would you like fries with that MCSE?)

Singleton Australia

61+ (0)2 65712401
61+ 0428 320 219

01:30:00 up 14 min, 2 users, load average: 0.33, 0.40, 0.28
Linux 2.4.22 #1 Mon Sep 1 20:03:11 EST 2003 athlon i386 GNU/Linux


_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to