webplacing
Forum Replies Created
-
Forum: Networking WordPress
In reply to: major path problemsThanks so much for all your help ipstenu
I hadn’t restarted apache after adding the link to httpd.confIt all works fine now, thanks!
Forum: Networking WordPress
In reply to: major path problemsSorry for being really dumb, what are the steps i need to take to turn on pretty permalinks. I went to settings>permalinks> and clicked month and name but now none of the pages work on the website, have I missed something out here?
Forum: Networking WordPress
In reply to: major path problemsAdded to http.conf but it didnt work.
I noted that in the dashboard if i upload an image the image does not show as a thumbnail in the media section or if i click edit media, but then if i click edit image then on the next page i can see the image, this appears to be the only place that it works.Thanks again.
Forum: Networking WordPress
In reply to: major path problemsThanks for your help.
1. Yes this is Unix based
2. No there isnt
3. Havent tried, should i?An example:
This is where an image is:
http://ssc.webplacing.co.uk/wp-content/blogs.dir/5/files/2010/07/DSCF0400_solid_oak.jpg
But WordPress looks here:
http://ssc.webplacing.co.uk/files/2010/07/DSCF0400_solid_oak.jpgI’ll do the http.conf edit now and report back,
Thanks
Forum: Networking WordPress
In reply to: major path problemsI have the exact same problem, my htaccess is below:
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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Thanks in advance