General Topics > Feedback on My Store

Would appreciate some feedback on my store

<< < (2/2)

user88:
Thank you for the reviews.

I understand how you feel about the coupon code. I have had that experience myself with other companies. May end up removing it.

Basara,

How do I format that redirect?

Basara:
You can try to add this into your .htaccess file

--- Code: ---RewriteEngine on
#redirect non www to www
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

--- End code ---

But it may differer based on what you want. Google it

user88:
MichaelRab

I don't understand what you mean. Is this in regards to the function of my store?

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod