rublue
Forum Replies Created
-
Forum: Networking WordPress
In reply to: redirect *.domain.com* to *.domain.net*RewriteCond %{HTTP_HOST} !^www.old.com$ [NC]
RewriteRule ^(.*)$ http://new.com/$1 [R=301,QSA,L]that’s doesn’t too for redirect <anything>.old.com to <anything>.new.com
Thanks for respon Ipstenu 🙂Forum: Networking WordPress
In reply to: redirect *.domain.com* to *.domain.net*I’m sorry, it’s wordpress multisite.
i have old domain with wordpress multi site, i want to move it to new domain.i’m using this code to redirect
RewriteCond %{HTTP_HOST} ^old\.com$ [OR]
RewriteRule ^(.*)$ “http\:\/\/new\.net\/$1” [R=301,L]but that doesn’t work for its subdomain.
Forum: Networking WordPress
In reply to: changing default url multisite blogHow if solution without plugin?
thanks for sulution 🙂Forum: Networking WordPress
In reply to: changing default url multisite blogthanks for reply
i mean default post url on multisite, default is /%year%/%monthnum%/%day%/%postname%/ i want to change to /%postname%/.
so, every new site made, the post url is /%postname%/
how i do it?Forum: Fixing WordPress
In reply to: Error establishing a database connectionwp-config.php is not on mysql, It’s place on public html.
Forum: Fixing WordPress
In reply to: CAN'T POSTING …(help)Plugins has disabled, even i reinstall WordPress, the publish button still show “submit for review”
thanks be4 Ipstenu.
Forum: Fixing WordPress
In reply to: CAN'T POSTING …(help)Sorry,
Yes it say administrator and no another user.
Is there any trouble with database?Forum: Fixing WordPress
In reply to: CAN'T POSTING …(help)I’ve check. There’s the only one user, mine. And the role is administrator, and i try to make new user, but there is nothing happen.
Is there any trouble with database?
i’m sorry …