I deal with them largely by only using CMS or other systems that manage the internal linking through databases or other such mechanisms, rather than using hardcoded links everywhere.
When that isn't an option I generally use one of two approaches: Use redirects on the server (e.g. in Apache) if the URLs in question were publicly circulated in the first place, so as not to invalidate existing external links Use find and sed to change links en-masse in the file base as I make the changes (you can do the same with BBEdit as well naturally) David > On 16 Apr 2018, at 00:58, Greg Raven <[email protected]> wrote: > > Adobe has announced they will be charging a higher monthly fee for > Dreamweaver, which I cordially hated at the older lower price. > > The only reason I keep it is that I occasionally inherit old websites that > need rejuvenation and in Dreamweaver when I move and rename files and folders > it adjusts all the links to match. This can save a ton of time. > > I would dearly love to dump Dreamweaver forever. How does everyone else > handle website re-arranging so that the internal links remain valid? > > -- > This is the BBEdit Talk public discussion group. If you have a > feature request or would like to report a problem, please email > "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit > <http://www.twitter.com/bbedit>> > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/bbedit > <https://groups.google.com/group/bbedit>. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
