All links (image, hyperlinks) broken
-
I managed to get my content imported, but all of the links are broken. Just to make sure there wasn’t something wrong with the importer I created a new post with an uploaded image, and the new post / image is also broken.
You can see the breakage at riprowan.com
The images are being saved correctly in the correct blogs.dir folder.
Even the hyperlinks on the site are all broken.
I assume this has something to do with my .htaccess file, but I don’t understand what’s wrong. I created the file exactly as network setup recommended. Here is the content of my .htaccess file:
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]
Any help is appreciated. I’m stymied and frustrated :/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘All links (image, hyperlinks) broken’ is closed to new replies.