raarup
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.Hey.
I’ve had alot of issues with my provider, Im going to change host – is there anyone you could recommend, that has a good knowledge of something like this, so I dont have to run my face aganist a wall.
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.Hey,
Well – got the sites work again.
but the pictures are still broken – I showed them that link you provided and they changed it to run as subdomain.
jespertest.mobilebozo.com
I noticed something, I cant get the new site to use my theme from http://www.mobilebozo.com – I noticed that on the server, there was a wordpress folder added to the rest of it, inside that – there is a theme folder, containing twenty eleven and ten themes. I figured I might have to copy my theme into that folder , before the new sites could use them – but the access to that folder is denied.
I got the theme, that i called MobilbozoTheme, active in network themes and I deleted all the other themes, among them – the Twenty eleven / ten themes.
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.RewriteEngine on
Alias /bandwidth /usr/local/bandmin/htdocs/
Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
Alias /java-sys /usr/local/cpanel/java-sys/
Alias /img-sys /usr/local/cpanel/img-sys/
Alias /akopia /usr/local/cpanel/3rdparty/interchange/share/akopia/
Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /interchange /usr/local/cpanel/3rdparty/interchange/share/interchange/
Alias /interchange-5 /usr/local/cpanel/3rdparty/interchange/share/interchange-5/ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/<Directory “/”>
Options All
AllowOverride All
</Directory>Got this from the host just now.
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.Hey,
I finally got the reply from my host – this is what he wrote. :
“Hello,
Since .htaccess rules are working for you, you can confirm that the AllowOverRide is not set to none. If AllowOverRide is set to none ,the .htaccess rule will not work for you. Please let us know if you have further concerns.”
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.Ahh okay, makes some sense to me now – so thats a positive thing eh 🙂
I couldnt locate the httpd.conf file myself, so I asked my hosting company to check it for me, this is what they wrote to me.
[removed]
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.Hey.
I used that .htaccess setup you wrote, I can now save the changes.
I just cant figure out how the settings should be – this is the path to where the picture is stored on the server :
public_html/wp-content/blogs.dir/11/files/2012/02
This is what the url shows on the site.
Forum: Networking WordPress
In reply to: Multi site subfolder setup : images dont show on subsites.# -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName mobilebozo.com AuthUserFile /home/mobilebo/public_html/_vti_pvt/service.pwd AuthGroupFile /home/mobilebo/public_html/_vti_pvt/service.grp # 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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPressThats my entire htaccess file, seems like the server guys changed it, its not what I remember I wrote in there, also – if I change it according to the guide, my sites will pretty much fail to show.
I tried that pretty permalink you wrote about, didnt really know it – but I tried to enable it, according to this : http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/
But it wont save my changes – it returns to its original settings – I cant find the web.config, that he refers too in the guide.
I feel like such a rookie right now – But Im so lost.