rtuckermhk@gmail.com
Forum Replies Created
-
Forum: Networking WordPress
In reply to: 404 Page Not Found errorcan anyone give some advice for this? truly appreciated if so…. RT
Forum: Networking WordPress
In reply to: 404 Page Not Found errorhere’s my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPressForum: Networking WordPress
In reply to: 404 Page Not Found errorOK – the htaccess file is correct according to the network menu page…
additional info: if I go to the “pages” area in that sites control panel, the pages are not showing up (but it shows there are 3 pages in the published area) see below
Pages Add New
All (3) | Published (3)Search Pages:
No pages foundForum: Networking WordPress
In reply to: 404 Page Not Found errornew pages work on my base site but not sub sites
Forum: Plugins
In reply to: [Plugin: Event Calendar / Scheduler] Bugs/features/requestsdoesn’t work with 3.0
I spoke too soon… also had to: Keep your wp-content folder, remove wp-admin and wp-includes and replace them with what comes with a download of the WordPress 3.0 zip file.
ok .. I’m back up and running. I simply downloaded 3.0, unzipped and uploaded/overwrote JUST the files in the root dir, nothing else. Phew!
I just did the exact same thing as above… fixed it and now it’s working fine!