blogcreator
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can not access subdirectory WPMU sites! (wp 3.0.2) HelpTHANK YOU VERY MUCH FOR THE HELP :)))))))))))
FIXED
was my .htaccess file DOH!
changed to the correct settings and works fine 🙂
Thank you for the help!
If anyone else has same issues from using the enable multisite plugin, you need to change your .htaccess to the below code:
# 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: Can not access subdirectory WPMU sites! (wp 3.0.2) Helpmy .htaccess
#Made Multi-Site with Multi-Site Enabler 1.4#
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]RewriteRule . index.php [L]
Forum: Networking WordPress
In reply to: Can not access subdirectory WPMU sites! (wp 3.0.2) Helpumm…
I used the ‘multi site’ plugin, to enable my network!
http://jgwebdevelopment.com/plugins/wordpress-multi-site-enabler-plugin
I should have mentioned that in first post!
I still have the define line in config.php
is there anything wrong with the following lines in my config.php?define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = “/”;
define( ‘DOMAIN_CURRENT_SITE’, ‘pokerxtra.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );Forum: Networking WordPress
In reply to: Can not access subdirectory WPMU sites! (wp 3.0.2) HelpThank you for reply 🙂
First of all I can not access the subdirectory admin!
therefor cannot enable permalink options!permalink works fine on my main site 🙂
Also cannot see TOOLS>NETWORK from main admin!
(only see ‘category/tag converter’, and ‘press this’)Im confused 🙁
I never had any issues installing subdomain network!
did you look at my non-functional sub site?
http://pokerxtra.com/pkr/This should be simple, I thought subdomian was ment to be more tricky to setup, but I found that simple 🙂
Forum: Networking WordPress
In reply to: cannot create a working network sub-directory with 3.0.2Hi not sure if I have the exact problem listed here!
But I am having trouble installing WPMU with sub-directories!I have setup sub-domains fine!
http://zogz.info
http://dittome.info
But I have started my new site http://pokerxtra.com and would like the sub-directories working!http://pokerxtra.com/pkr/ seems to have a broken theme, but that is not the problem, I dont know what I have done wrong, can somebody please help me and point me in the right direction 🙂
Tried fresh installs with no plugins or themes installed, but still get the same issue!
cannot even loginto subdirectory sites 🙁
Realy fustrating!
could do a subdomain option, but that is not what I want!I assume the rewite works as I can semmi access this page http://pokerxtra.com/pkr/2010/12/04/hello-world/