Remove permanent redirect issue

daemoncesar

Well-Known Member
Aug 28, 2013
73
0
56
cPanel Access Level
Root Administrator
I can not delete .

Code:
mydomain.com /(.*) http://www.mydomain.com/ permanent
I can not delete the redirect ... it shows that deleted successfully but keeps popping up .
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

It's possible your .htaccess file is not accessible to the cPanel user, or has restricted permissions. Check the .htaccess file via File Manager or FTP/SSH to verify file ownership is set to the account username and to manually remove those entries. The default location is:

Code:
/home/$username/public_html/.htaccess
Thank you.