I Made Wordpress Multisite. And Now Everything Doesn't Display Properly

Posted by piratepartypumpkin on Super User See other posts from Super User or by piratepartypumpkin
Published on 2012-09-26T19:33:04Z Indexed on 2012/09/26 21:40 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

I installed Ubuntu 10.4 then I installed Bitnami LAMP stack then I installed bitnami wordpress module then I tried to make the site into a multisite by following these instructions:

http://wiki.bitnami.org/Applications/BitNami_WordPress_Multisite#How_to_add_several_WordPress_Multisite_blogs_with_different_domains.3f

AND

http://wiki.bitnami.org/Applications/BitNami_WordPress_Multisite

I can elaborate if needed: I enabled multisite in my wp-config.php file. Then I created a network using the wordpress dashboard. I was given two blocks of text to copy and paste 1 block into my wp-config.php file and one into my .htaccess file. I did that and now I get this:

When I go to my mywebsite.com I get this (this was there before I switched to multisite):

before switch

If I go to mywebsite.com/wordpress I get this (this used to be a functioning wordpress theme):

/wordpress

If I click on "My Blog" it redirects to 1mywebsite.com (where the "1" came from I have no idea)

If I try to login by going to mywebsite.com/wordpress/wp-login I get this:

wp-login

and if I enter my user and password it redirects me to mywebsite.com/wp-login.php and gives me "Not Found" The requested URL /wp-login.php was not found on this server.

NameVirtualHost *:80
    <VirtualHost *:80>
    DocumentRoot /opt/lampstack-5.3.16-0/apps/wordpress
    ServerName mywebsite.com
    ServerAlias www.mywebsite.com
</VirtualHost>

© Super User or respective owner

Related posts about ubuntu

Related posts about networking