269
edits
mNo edit summary |
(Updated for version 2.0 (the dashboard seems to work properly in 2.0 too!)) |
||
Line 7: | Line 7: | ||
The only difficulty is that because it's a PHP and your trying to run it on Redbrick you've got to modify the files. You need to add '#!/usr/local/bin/php' to the beginning of any PHP file that will be excuted. But which ones? | The only difficulty is that because it's a PHP and your trying to run it on Redbrick you've got to modify the files. You need to add '#!/usr/local/bin/php' to the beginning of any PHP file that will be excuted. But which ones? | ||
Well I've already done it so here is the list of files you'll need to modify to get it installed and up and running. There maybe more but they'll be corner cases rather than anything else. This is only applicable to version | Well I've already done it so here is the list of files you'll need to modify to get it installed and up and running. There maybe more but they'll be corner cases rather than anything else. This is only applicable to version 2.0! | ||
These changes are also applicable to the latest version 2.0 | |||
index.php | index.php | ||
wp-comments-post.php | wp-comments-post.php | ||
Line 20: | Line 19: | ||
wp-trackback.php | wp-trackback.php | ||
xmlrpc.php | xmlrpc.php | ||
wp-admin/edit-comments.php | wp-admin/edit-comments.php | ||
wp-admin/categories.php | wp-admin/categories.php | ||
wp-admin/edit-pages.php | wp-admin/edit-pages.php | ||
wp-admin/edit.php | wp-admin/edit.php | ||
wp-admin/import | wp-admin/import.php | ||
wp-admin/index.php | wp-admin/index.php | ||
wp-admin/install.php | wp-admin/install.php | ||
Line 50: | Line 48: | ||
wp-admin/upgrade.php | wp-admin/upgrade.php | ||
wp-admin/users.php | wp-admin/users.php | ||
wp-admin/upgrade.php | |||
wp-admin/profile-update.php | |||
wp-admin/inline-uploading.php | |||
Once you've correctly modified the files, you can follow the instructions included with Wordpress to finish the installation. | Once you've correctly modified the files, you can follow the instructions included with Wordpress to finish the installation. | ||
==Permalinks== | ==Permalinks== |
edits