Welcome, Guest. Please login or register.
Did you miss your activation email? October 07, 2008, 07:08:26 PM
Did you miss your activation email? October 07, 2008, 07:08:26 PM
Developers' Blog
New ways to download SMF
This is something I've been meaning to announce for some time now but I keep forgetting. We added a few new URLs you can download SMF from. These are designed to only serve up the latest releases so you can be sure you are getting the most recent version.
Install
http://www.simplemachines.org/download/index.php/latest/
http://www.simplemachines.org/download/index.php/latest/install/
Upgrade
http://www.simplemachines.org/download/index.php/latest/upgrade/
Update
http://www.simplemachines.org/download/index.php/latest/update/
I hope these will be of use to you.
Install
http://www.simplemachines.org/download/index.php/latest/
http://www.simplemachines.org/download/index.php/latest/install/
Upgrade
http://www.simplemachines.org/download/index.php/latest/upgrade/
Update
http://www.simplemachines.org/download/index.php/latest/update/
I hope these will be of use to you.
Loading...
Like WordPress have: http://www.wordpress.org/latest.zip
Thanks
How would someone be able to help by being a mirror?
Cause I am willing to become a mirror for SMF and I don't have any real bandwidth limits. I have 500GB of bandwidth a month. I only use 2GB a month, so yeah I have lots left.
http://www.simplemachines.org/about/contact.php
SMF already has mirrors
http://simplemachines.org/latest.zip
http://simplemachines.org/latest.tar.gz
Birger
Because we don't want to copy others, we want to do things our own unique way
Besides, ours follows our format we use for when SEF urls are on.
http://www.simplemachines.org/download/index.php/latest/install/
See a pattern?
Birger
Re: the /index.php/ thing
While I do agree it is fugly I'm not sure if removing it is the best thing. The download page allows you to do http://download.simplemachines.org/index.php/filename.extension to get the file. This is easy enough to handle because it will go through index.php regardless. The apache trick basically does a "if the file doesn't exist and the directory doesn't exist rewrite the url" but that could cause problems if I have a file in same directory as index.php and is also a downloadable file. I don't know for sure if that case is present now or is likely in the future, so I'd need to do some evaluating.
The alternative of course is to replace /index.php/ with something like /files/ but then is that really any different?