I install my shop on subfolder http://mydomain.com/shop/and only my shop frontend error when run on https.
|
trunglk hasn't added any friends yet.
07 April 2017 - 03:53 AM
I install my shop on subfolder http://mydomain.com/shop/and only my shop frontend error when run on https.
03 April 2017 - 02:55 PM
Anyone can help me
02 April 2017 - 07:17 AM
Not working
I'd get rid of all your rewritecond statements that have things like !html and the associated rewrite rule. Not sure what you're trying to accomplish there.
Maybe use something like:
RewriteCond %{QUERY_STRING} ^(.*)dispatch=_no_page(.*)$ RewriteRule ^(.*)$ http://newsteptech.com[L,R=301]Might have to play with it...
31 March 2017 - 04:07 AM
This is my .htaccess please check help me @tbirnseth
order allow,deny
allow from all
# Web Optimizer options
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)\.wo[0-9]+\.(js|php)$ $1.$2
</IfModule>
# Web Optimizer end
DirectoryIndex index.html index.php
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hostings require RewriteBase to be uncommented
# Example:
# Your store url is http://www.yourcompany.com/store/cart
# So "RewriteBase" should be:
# RewriteBase /store/cart
RewriteBase /shop
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !html
RewriteCond %{REQUEST_URI} !xml
RewriteCond %{REQUEST_URI} !ico
RewriteCond %{REQUEST_URI} !php
RewriteCond %{REQUEST_URI} !pdf
RewriteCond %{REQUEST_URI} !png
RewriteCond %{REQUEST_URI} !xls
RewriteCond %{REQUEST_URI} !doc
RewriteCond %{REQUEST_URI} !jpg
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ http://newsteptech.com/$1/[L,R=301]
RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} .*\/catalog\/.*
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,NC,L]
</IfModule>
# redirect 301 /lien-he-1.html http://newsteptech.c...op/lien-he.html
# Use PHP53 as default
AddHandler application/x-httpd-php53 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php53/lib
</IfModule>
28 March 2017 - 03:05 AM
I installed cs-cart v2.1.5 with default red skin and already deleted var/cache but still error. My admin portal is normal