Jump to content

xxDriftingAway

Member
  • Posts

    4
  • Joined

  • Last visited

About xxDriftingAway

xxDriftingAway's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, I have contacted my host about this but they have directed me to find a developer to solve this issue. They have verified that everything is 100% working the way it should and that the SSL Certificate is correct and working the way it should. When I try to force people to use clients.hostwish.pw they are given the redirect loop error when I have the following code in my .htaccess file: # BEGIN HTTPS RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://clients.hostwish.pw/$1 [R,L] # END HTTPS My host had the following code in there but it seemed to do absolutely nothing: RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$ RewriteCond %{HTTPS} on RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=301,L] Not sure if one of us was supposed to change the info above or what... that wasn't clear. Anyway, if you try to visit now, you should get the redirect loop error unless my host was messing with something as I posted that the code they had wasn't working... which was the last thing I stated in the ticket. Anyway, anyone know any other code that is automatically put inside WHMCS that could cause this error? I have my domain name for WHMCS in both the non-ssl and the ssl sections of the general settings. clients.hostwish.pw is a subdomain and my host though they had it when they had this in the root of the cPanel (under hostwish.pw) RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.)?clients.hostwish.pw$ RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://www.clients.hostwish.pw/$1 [R=301,L] That shows the WordPress index page... which is now currently a Maintenance Mode page unless you are logged in. It is also redirecting to this URL: https://www.clients.hostwish.pw/clients/index.php My intent was to remove both the www and the /clients/ from the URL to make it a nice an easy clients.hostwish.pw regardless of how you visit it. Hence why I have it a subdomain and not a sub-folder. Ideas?
  2. SOLVED: It seemed to be my .htaccess file and a WP plugin I had in another directory on the same domain. WHMCS works just fine now!
  3. I have read over the docs several times on how to install. I created the database, user, and linked them together. All I need to do is run the install/install.php file, right? Well, that's where I am stuck. I visit the exact section it is in via FTP (FileZilla) as well as my web browser (to make sure I am in the correct folder and I see the file) and it still gives me the error When I "Click here to begin..." nothing happens...just changes the URL to add another "install/" section to the url. I'm not sure what is going on. I previously installed via Softaculous but I couldn't change any of the settings that way so I was trying via the downloaded files I have of the newest installation but now I have this issue & I'm not sure which one is worse... I have downloaded and installed WHMCS before using the files...never have I gotten this issue. I'm very computer literate and I looked at the file but, naturally, I didn't see an issue with the install.php file. I renamed the "configuration.php.new" file to "configuration.php" and everything...still same issue. *sigh* please help? P.S. I do have a ticket open with my host but I wanted to see if y'all could help me while I am waiting for a reply from them.
×
×
  • 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