Problems with changing images to subdomain.
-
Hello everyone .. I have tried for two days trying to solve this problem with all the information out there on the internet but does not work.
I created a subdomain for images : s.motorsa.com : (/wp-content/uploads)
but of course when I go to : https://motorsa.com/wp-admin/upload.php … the images are broken, and not seen.
This is my : htaccess : ( but no changes!! )
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>since I use Cloudflare and MaxCDN pro: and i can not use the cdn for this mistake, this is very very frustrating.
How can change the Media Path url successfully >!
Thank people <@))))<
- The topic ‘Problems with changing images to subdomain.’ is closed to new replies.