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>
help anyone?? i am hopeless spend over 4 hours trying to solve this issue without any success.
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>
did not help...
hello,
did you allow the css file?
contact me please ravuriharikrishna94@gmail.com
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.