- Requirements for running Rayzz script !! (44936 views)
- Remove Agriya's Copyright Notice (25242 views)
- Supported Web Browsers (23824 views)
- Feedy Cron Setup (15712 views)
- Installation Guide (15525 views)
- Change the default city (8976 views)
- GroupDeal Does Not Support SSL At This Time (8095 views)
- Blank page after install (7834 views)
- Remove Agriya's Copyright Notice (6917 views)
- Ioncube Loader Installation (6401 views)
- Information for all Burrow customers (2011-07-20 05:10)
- Steps to activate the mobile version (2011-07-18 04:07)
- SSL mobile site redirect problems (2011-06-28 02:05)
- Credit Cards Being Declined / Flagged as Not Valid ... (2011-06-15 02:50)
- Payments Not Captured After Deal is Tipped (2011-06-15 02:48)
Sticky FAQs
How to fix redirection & sign up issues?
Hi,
Issue :
=====
How to fix redirection & sign up issues?
Solution:
======
1/ Just make sure whether the admin area is working with http://domainname.com/admin/ Example: http://mygdinetwork.com/admin
2/ If the above one is not getting the expected page, then you should check the various possible combination of values of $config['uri_protocol'] configuration on /application/config/config.php. By default, the variable looks like below way:
$config['uri_protocol'] = "AUTO";
For the above case, you should check the below possible value one by one and then upload to the server and then check it out the admin area (like the above URL should be checked). Most probably the admin area would be working and if it is not satisfying the below values then just consult with our development team.
The possible values are:
'PATH_INFO'
'QUERY_STRING'
'REQUEST_URI'
'ORIG_PATH_INFO'
The above one for fixing the redirection issue and make sure the admin area.
3/ If the above admin area accessible fixed, then the sign up process should be working fine manner. Because the above point would be related to above various points that involving redirection issues.
4/ If admin area is working and still the sign up action is not working, then you should make sure the permission - 755 with recursive mode for the following directory.
=> /application/scripts/
Thanks,
Agriya Support Team.
Tags:
-Related entries:
You can comment this FAQ