Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-29-2012 07:02:10

Enox
Member
Registered: 06-12-2008
Posts: 69

Website, any pointers?

Hey guys,
Over the years i have been playing round with the kryptronic software, im not a designer / coder.
So ive been trying my best to create a more unique look to the zip skin /  normal kryp skin with my limited time and abilities.  I was hopeing that you guys might have a look and let me know what you think, if you notice anything out of the ordinairy etc....

wwwinkjets-toners-cartridges.com

If you have it, hit me with your Constructive Criticism - i find its the best way to adapt and improve.

One thing i have noticed is that when using the links in site i.e home page it takes me to inkjets-toners-cartridges.com not wwwinkjets-toners-cartridges.com or http://inkjets-toners-cartridges.com can this be a problem ?
My checkout corectly links to https so thats fine.

Look forward to your replys

Thanks

Offline

 

#2 06-29-2012 07:25:52

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Website, any pointers?

You can change the links by updating the non secure URL when you rerun installer.php

You'll want to add this to your htaccess as well

Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.your_domain.com$
RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301]

http://www.besthostratings.com/articles/force-www-htaccess.html



-James Garrett

Offline

 

Board footer