andrea123
Member
Posted 2 years ago #
wordpress-mu-2.8.4a
ERROR: htaccess.dist not found
htaccess.dist
FILE NOT FOUND: htaccess.dist
.htaccess
FILE NOT FOUND: .htaccess
reuploaded htacess.dist to the directory, no joy. page asked me to http://mu.wordpress.org/forums/topic/99 this thread, change .htaccess file permission to 646, no joy. last resort modify htaccess.dist in a text editor, replace text to
BASE by "
HOST by "
upload it to directory, server error 500.
any view on the above. many thanks.
andrea123
Member
Posted 2 years ago #
update
------
i deleted the .htaccess file that i created, and changed file permission on the htaccess.dist to 646, deleted wp-config.php and managed to login to dashboard, however, when i click to view site, the MU installation page get displayed again prompt to reenter info again.
How do i get to display frontend? any views welcome. many thanks again.
andrea123
Member
Posted 2 years ago #
update
in my wp-config.php file, the following problem exists:
// double check $base
if( $base == 'BASE' )
die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
i tried changing "BASE" to "/", but dashboard refresh to above message, plz any ideas welcome.
andrea123
Member
Posted 2 years ago #
update
------
problem sorted. Edited wp-blog-header.php
if ( !file_exists( dirname(__FILE__) . '/wp-config.php') && !file_exists( dirname( dirname(__FILE__) ) . '/wp-config.php')) { on line 10
} line 20
all good to go.
You shouldn't be editing core WPMU files to get things to work.
That's the line to comment out to get it running in a subfolder. sometimes you have to uncomment it again.
andrea123
Member
Posted 2 years ago #
SteveAtty
i agree with you, I would not have done if things have gone smooth. but i am new to all this, this installation was my first and the sixth in a row, i pretty much learned a great deal, the hard way, by trial and error. plus my host wouldn't support in this arena.
And andrea_r, many thanks for your support again.