exodusfrom9to5
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Setting up Subdirectory websitesHi,
it seems to me that the sub site looks fine on Internet Explorer and Safari, but no Firefox. The main site is fine in every browser.
So maybe the sub site and WPMU set up work fine after all, but somehow the firefox doesn’t like it.
So it isn’t the problem that this thread is targeting I guess?
Ok, so what would be the reason for the firefox tantrum?
Thanks
Sai KitForum: Networking WordPress
In reply to: Setting up Subdirectory websitesBTW, earlier that day I installed the plugin WP Subdomain, which is supposed to convert category into subdomain, but I end up deleted it because it doesn’t work.
Would that lead to any problem I am experience right now?
Forum: Networking WordPress
In reply to: Setting up Subdirectory websites# BEGIN WordPress
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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPressForum: Networking WordPress
In reply to: Setting up Subdirectory websitesHi thanks for the quicky response Ipstenu
I just checked and double checked the .htaccess and make sure it is the same as the codes that wordpress provided for subdirectories Multisite. It still doesn’t work.
Do you use blue host? Is it something to do with bluehost? But I heard that some people with bluehost were able to do Multisite subdirectories.
Thanks
SKForum: Networking WordPress
In reply to: Setting up Subdirectory websitesHi Andrea,
I set up a subdirectory site, but it looks like this http://buy-online-reviews-cheap.com/painrelief/
what would be the problem? Would that also be the .htaccess problem?
Thanks
Sai KitForum: Fixing WordPress
In reply to: You do not have permission to preview drafts.Hi everyone, everyone here is using FireFox, correct?
If so, that might be the problem. I use it too and I see the
you do not have permission
msg too
Forum: Installing WordPress
In reply to: Upgraded to 2.7, can’t loginHi, So everyone is able to login again once they delete the old plugin?
I deleted mine but didn’t work.
Forum: Installing WordPress
In reply to: wp-login.php problem?Same with robmmad16
I tried the two codes. Didn’t work
I also don’t understand
I got the new URL pointed at the right sub-directory without any redirects in place.
Please help