summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:01:44 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:01:44 +0000
commitd0eca23979c24c019defd7b0b61eb15e2e3874de (patch)
tree4e8e1184e3482dbc9a8ff379d9de2ec9cb915e85 /index-install.php
parent1503e05616c295e6f980134dc341fa1a66dc9672 (diff)
downloadwordpress-mu-d0eca23979c24c019defd7b0b61eb15e2e3874de.tar.gz
wordpress-mu-d0eca23979c24c019defd7b0b61eb15e2e3874de.tar.xz
wordpress-mu-d0eca23979c24c019defd7b0b61eb15e2e3874de.zip
Fixed cpanel forum post url, fixes #531, props drmike
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1173 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index-install.php b/index-install.php
index d34ff71..485bb15 100644
--- a/index-install.php
+++ b/index-install.php
@@ -151,7 +151,7 @@ function do_htaccess( $oldfilename, $newfilename, $base, $url ) {
filestats( $err );
print "<p>Please ensure that the webserver can write to this directory.</p>";
- print "<p>If you use Cpanel then read <a href='http://mu.wordpress.org/forums/topic/99'>this post</a>. Cpanel creates files that I need to overwrite and you have to fix that.</p>";
+ print "<p>If you use Cpanel then read <a href='http://mu.wordpress.org/forums/topic.php?id=99'>this post</a>. Cpanel creates files that I need to overwrite and you have to fix that.</p>";
print "<p>If all else fails then you'll have to create it by hand:";
print "<ul><li> Download htaccess.dist to your computer and open it in your favourite text editor.</li>
<li> Replace the following text:<ul><li>BASE by '$base'</li><li>HOST by '$url'</li></li>