sebastien2020
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Problem displaying image multisiteNo I first made a copy of the database then I upgrade to WP 3.5 and re-installed the plugins.
Should I delete everything and re-install everything ?
Can I still make a copy of the DataBase, beacause I already have some content.Thks
Forum: Networking WordPress
In reply to: Problem displaying image multisiteHello Mika,
I reinstall the v.3.5 but I still have the same problem :
On the main site when I uploaded an image, the image is on the server there :
https://tccompany.be/wp-content/uploads/2013/03/choisir_site_de_rencontre2.jpgOn the second site, when I upload an image, the image is uploaded on the server there :
https://rankdatingsite.com/files/2013/03/choisir_site_de_rencontre1.jpgThe image is not found, but it’s really on the server on that url :
https://rankdatingsite.com/wp-content/blogs.dir/2/files/2013/03/choisir_site_de_rencontre.jpg
Do you know how I can solve this issue ! I ‘m becomming a bit crazy !
Thanks
RegardsForum: Networking WordPress
In reply to: Problem displaying image multisiteHello Mika,
I asked to my host, but due to my hosting choice (shared hosting) I can’t configure the file ini.php.
Do you know have another solution ?
Thks
Forum: Networking WordPress
In reply to: Problem displaying image multisiteI asked to my host because I’m on a shared server and I don’t know how to access to the httpd.conf.
I wait for their answer
Forum: Networking WordPress
In reply to: Problem displaying image multisiteAnd here are the settings of the site :
Upload Path : wp-content/blogs.dir/2/files
Fileupload Url : https://rankdatingsite.tccompany.be/filesThe image is displayed through that url : https://rankdatingsite.com/wp-includes/ms-files.php?file=/2013/03/choisir_site_de_rencontre1-150×150.jpg
But not on the site via the default rewritting as /files/year/month/filename.jpg as you can see below https://rankdatingsite.com/2013/03/23/quel_site_de_rencontre_choisir/
Forum: Networking WordPress
In reply to: Problem displaying image multisiteHere is what’s in my .htaccess
SetEnv PHP_VER 5 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]
Do I have to change something ?
Forum: Networking WordPress
In reply to: Problem displaying image multisiteYes, I tried some of the solutions that I found but it’s not working.
By changing upload path in the settings but it doensn’t work.
I also try to change the .htaccess to this
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
but it didn’t work out