heydasch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Stripping PayPal Form ScriptHey man, were you going to paste that code in? Just asking b/c I’m encountering this same issue now. We’re operating WP multi-sites w/ a custom theme so adding a new template page will be tricky.
Definitely something to try though if we get to that point. Thanks for posting back!
Forum: Networking WordPress
In reply to: Changing Base URL of 3.0 Multisite InstallationYep, that’s what I did yesterday. Worked out well! Had some weird issues with my theme afterwards but it was just those two steps that I needed:
– change the URL in my wp-config file
– do a find/replace of the old/new domain in the SQL file that I had backed up.Thanks Andrea!
Forum: Networking WordPress
In reply to: Changing Base URL of 3.0 Multisite InstallationWhat about backing up the database to an SQL file, finding and replacing all instances of chapters2.example.org with chapters.example.org, and then re-uploading the DB? Would you recommend this?
Thanks!
Forum: Networking WordPress
In reply to: Changing Base URL of 3.0 Multisite InstallationWow, prompt response, thanks!
Pretty comfortable, I suppose. Are there queries to run or am I manually looking for things? And this would be in addition to changing the URL in wp-config, right?
Thanks again Andrea!