- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018
11:37 PM
02-22-2018
11:37 PM
Re: magento CSS files not loading with https url
executed the query
Module rewrite already enabled
<IfModule mod_ssl.c> <VirtualHost _default_:443> ServerName deals4u.co.il ServerAlias www.deals4u.co.il DocumentRoot /var/www/html <Directory /> Options FollowSymLinks AllowOverride All </Directory>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
09:06 AM
02-23-2018
09:06 AM
Re: magento CSS files not loading with https url
help anyone?? i am hopeless spend over 4 hours trying to solve this issue without any success.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018
09:00 PM
02-23-2018
09:00 PM
Re: magento CSS files not loading with https url
Put below code in your pub/static/.htaccess file
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /pub/static # Remove signature of the static files that is used to overcome the browser cache RewriteRule ^version.+?/(.+)$ $1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* ../static.php?resource=$0 [L] </IfModule>
if issue solved,Click Kudos & Accept as Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2018
08:21 AM
02-24-2018
08:21 AM
Re: magento CSS files not loading with https url
did not help...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2018
09:09 AM
02-25-2018
09:09 AM
Re: magento CSS files not loading with https url
hello,
did you allow the css file?
contact me please ravuriharikrishna94@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2018
10:54 AM
08-10-2018
10:54 AM
Re: magento CSS files not loading with https url
If you are in base url, set in core_config_data table web/unsecure/base_url and web/secure/base_ur value /
Works for me.
- « Previous
-
- 1
- 2
- Next »