1 chris_of_arabia Apr 22, 2007 16:20
3 chris_of_arabia Apr 22, 2007 17:27
OK, the server is definitely Linux based according to the phpinfo I've just run. A quick ctrl-f doesn't throw up any mention of .htaccess though.
>;o))
4 edb Apr 22, 2007 17:44
Chris of Arabia wrote:
I guess my next question is whether or not I should be wading through the enhancements to .htaccess under v0.9, or looking to upgrade to v1.9.3.
First and foremost, upgrade. After that you could start looking into antispam tricks, but you'll find 1.9.3 is way better than the old stuff at dealing with it. Just don't wait a year and a half before putting some time into it ;)
5 chris_of_arabia Apr 22, 2007 17:48
I guess that's me told then - download completed, time to start backing some stuff up.
Thanks guys
>;o))
6 edb Apr 22, 2007 17:56
Make sure you have a backup of your database and the files, with the conf/_config.php being probably the most important of all. It has your database connection info. Also anything in your media folder.
Your current skin won't work anymore. Lots of changes in how skins do their thing, so you'll have to pick a new one or re-customize one to your liking.
7 chris_of_arabia Apr 22, 2007 17:58
8 edb Apr 22, 2007 18:26
I use FileZilla, but sometimes jobs can overwhelm whatever it is that makes stuff choke. When that happens I tell it to do one directory at a time.
9 kwa Apr 28, 2007 02:28
Chris of Arabia wrote:
Can I throw a real dumb question in here. I've been using FTP Explorer from FTPx Corp as my means of backing up my /blogs directory to my PC. Unfortunately it's choking on the job and bombs out part way through. Can anyone recommend a reliable free FTP program out there that I can use?
Maybe is there an idea to develop a blog backup plug-in?... Such a plug-in should have a a scheduled behavior, so it should be possible to schedule the whole blog backup (every file found in the directories, plus the database dump), with a possibility to restore or to merge an old backup... If that plugin would compress everything into a .tar.gz or a .zip file, it should be possible to make download of the backed-up site easier... (It's probably not a great idea to automatically upload the backed-up files onto a distant FTP, since a hacker could then know your other FTP access information in the case your site would be hacked.)
Before you go any further: does your host allow you to use .htaccess? Is the server Linux based (Windows based servers can't handle the .htaccess because there's no filename before the suffix)
A quick Google got me this page: http://www.webmasterworld.com/forum92/2593.htm. It might lead you to the right direction.
Good luck