Jump to content

Chair Hosting

Members
  • Posts

    16
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://chairhosting.com
  • Yahoo
    jacobdu215@yahoo.com
  • Skype
    chairhosting

Profile Information

  • Gender
    Not Telling
  • Location
    Chair Hosting

Chair Hosting's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. Hello, I host this on my own vps xD.. Thanks, Jacob
  2. Hello, I am currently trying to enable ForceSSL in htaccess. However each time it is enabled, it gives off a "Redirect Loop" Error on the browser. Code Used: RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] Full htaccess ######################################################## # package: minPHP # filename: .htaccess ######################################################## <Files ~ "\.(pdt)$"> order deny,allow deny from all </Files> # Protect against Clickjacking Header append X-Frame-Options "SAMEORIGIN" RewriteEngine on # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php RewriteCond %{REQUEST_URI} ^(.*)/install.php$ RewriteRule install.php %1/install/ [R=301,L] Thanks, Jacob
  3. Yea, well it brings me to localhost...
  4. It takes me to localhost when I click Login.
  5. Hello, I have edited the php files on the Blesta Directory. I will try again now. Thanks, Jacob
  6. Hello, This login form want it to link to Blesta which is https://gbitdrive.net/client. Login Form: http://puu.sh/faNEX/1131afd8fd.jpg Thanks, Jacob
  7. Hello, I am trying to make tghe login for on the menu bar login to the Blesta Client area
  8. Here is the code I have: <form class="navbar-form navbar-right" role="form"> <div class="form-group"> <input type="text" class="form-control" name="username" placeholder="Username" value="" id="login_username"> </div> <div class="form-group"> <input type="password" placeholder="Password" class="form-control" name="password" value="" id="login_password"> <div> <input type="submit" name="login" value="Login" class="btn" /> </form> Original: <?php endif ?> <?php if (Yii::app()->user->isGuest) { ?> <form class="navbar-form navbar-right" role="form"> <div class="form-group"> <input type="text" placeholder="Name" class="form-control"> </div> <div class="form-group"> <input type="password" placeholder="Password" class="form-control"> </div> <button type="submit" class="btn btn-success">Login</button> </form> <?php } else { Thanks, Jacob
  9. Hello, Take a look at the Multicraft now..... any way to fix that? Thanks, Jacob
  10. Hello, I want to put a login form onto our Multicraft Installation: http://mc.gbitdrive.net (top right) to link to http://gbitdrve.net/client with a login form that automatically logs our clients into their portals. Is that possible? We use WHMCS a lot and we wanted to try Blesta for our 2nd brand. Thanks, Jacob
  11. oh and the cp was purple not white/blue. Sooo am I using the right 1?
  12. Im sorry, I hate reading.... I like those easy to setup 1s like WHMCS. I am only interested in Blesta because licensecat's offers. Edit: Oh forgot.... It also has free multicraft module.
×
×
  • Create New...