Jump to content

Caffeine

Retired Forum Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Caffeine

  1. Thank you bear!! You are amazing!
  2. I have my whmcs installed at http://www.xfragging.com/clients We have an SSL cert and if you go to https://www.xfragging.com/clients it is there. However it is not completely SSL. It still says that some things are not SSL. I have already looked here: http://forum.whmcs.com/showthread.php?t=8481 and I edited my .htaccess file and the problem is that we have subdomains under our account so they were all getting redirected to https://www.xfragging.com/subdomainname instead of subdomainname.com. Here is what I am trying to do: Make everything in xfragging.com/clients ssl automatically and not effect the other domains Any suggestions would be extremely helpful!! Thank you!
  3. I followed the directions above. Here is my linke: http://www.xfragging.com/clients The problem is when people go there IE asks if I want to display some secure and non-secure items. I really need everything to be secure, which is what I thought editing the .htaccess file would do Does anyone have any suggestions? Here is my .htaccess file: # Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php RewriteEngine on Options +FollowSymlinks #Rewrite the URL for clients to always use https except for the clients/dl.php file RewriteCond %{REQUEST_URI} !^/clients/admin/cron.php [NC] RewriteCond %{REQUEST_URI} !^/clients/dl.php [NC] RewriteCond %{REQUEST_URI} ^/clients/ [NC] RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L] #Rewrite the URL for clients dl area to always use http RewriteCond %{REQUEST_URI} !^/clients/admin/cron.php [NC] RewriteCond %{REQUEST_URI} ^/clients/dl.php [NC] RewriteCond %{SERVER_PORT} !^80$ RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^order/?$ "http\:\/\/xfragging\.com\/order\/order\.php" [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^gspanel$ "http\:\/\/69\.31\.15\.186\/" [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^oadmin$ "http\:\/\/xfragging\.com\/order\/admin\/" [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^forums$ "http\:\/\/www\.xfragging\.com\/forum" [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^chat/download$ "http\:\/\/www\.livezilla\.net\/downloads\/files\/LiveZilla_3\.1\.7\.11_Setup\.exe" [R=301,L] RewriteCond %{HTTP_HOST} ^my.xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.my.xfragging.com$ RewriteRule ^/?$ "http\:\/\/69\.31\.15\.186" [R=301,L] RewriteCond %{HTTP_HOST} ^xfragging.com$ [OR] RewriteCond %{HTTP_HOST} ^www.xfragging.com$ RewriteRule ^/?$ "https\:\/\/xfragging\.com\/order\/order\.php" [R=301,L]
  4. Does WHMCS support SQL servers? Here is what I am trying to do: I have a user select a server in Chicago and they check a box saying they want a SQL server, maybe as an addon or a package option, and when they do, it adds that to their server price. So far this WHMCS can do. However, can it then automatically create an SQL server in Chicago? It would be a MYSQL server on a Windows machine.
  5. Thank you all who looked at this. I did not have TCAdmin datacenter/servers set for automatic setup. Once I did this worked.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated