WHMCS Verifying you...
 
Notifications
Clear all

WHMCS Verifying your domain selection

4 Posts
4 Users
0 Reactions
1,399 Views
Posts: 103
Topic starter
(@boushehri)
Estimable Member
Joined: 6 years ago

Hello

i installd SolidCP 1.4 and work well

i tried to connect it to WHMCS 7.7.1  by your instruction on solidcp.com manuals.

test is ok and i defined product for shared web hosting .

but when try to buy a product by sample for a domain i had , in the first step remain on the "Verifying your domain selection" and does not go more further steps.

whats wrong?

i attached you the sceenshot

Best Regards

3 Replies
Posts: 1457
Admin
(@trobinson)
Noble Member
Joined: 9 years ago

Hello,

This appears to be an issue with WHMCS checking the domain and not SolidCP. I would advise you contact their support for help on the issue.

Thanks,

Trevor

Reply
Posts: 100
 Ben
(@maoxiong)
Estimable Member
Joined: 7 years ago
Reply
Posts: 40
(@hamada6004)
Eminent Member
Joined: 6 years ago

hi yes I have same problem and after search in many sites i found same result

just add web.config to whmcs path and add this code

<configuration>
<system.webServer>
<rewrite>
<outboundRules>

<rule name="whmcsjson" preCondition="PHPRequest">

<match serverVariable="RESPONSE_CONTENT_TYPE" pattern="^text/html; charset=utf-8,(.+)"/>

<action type="Rewrite" value="{R:1}"/>

</rule>

<preConditions>

<preCondition name="PHPRequest">

<add input="{REQUEST_URI}" pattern=".*.php"/>

</preCondition>

</preConditions>

</outboundRules>
</rewrite>

</system.webServer>
</configuration>

Reply
Share: