You remove/comment out those lines mentioned from the .htaccess file.
C caftpx10 Well-Known Member Messages 1,534 Reaction score 114 Points 63 May 28, 2015 #21 You remove/comment out those lines mentioned from the .htaccess file.
tonynadi Member Messages 41 Reaction score 1 Points 6 May 28, 2015 #22 Trick Maulz said: How do I fix it? Click to expand... Edit the .htaccess file. Make it do what you want it to. See: Apache Docs
Trick Maulz said: How do I fix it? Click to expand... Edit the .htaccess file. Make it do what you want it to. See: Apache Docs
T Trick Maulz Member Messages 40 Reaction score 0 Points 6 May 28, 2015 #23 lol sorry, but where do i find the .htaccess file? I don't see it.
bdistler Well-Known Member Prime Account Messages 3,534 Reaction score 196 Points 63 May 28, 2015 #24 Trick Maulz said: lol sorry, but where do i find the .htaccess file? I don't see it. Click to expand... If you are using the cPanel-x3 theme - File Manager - you may need to enable "hidden files" when you access the [ File Manager ]
Trick Maulz said: lol sorry, but where do i find the .htaccess file? I don't see it. Click to expand... If you are using the cPanel-x3 theme - File Manager - you may need to enable "hidden files" when you access the [ File Manager ]
T Trick Maulz Member Messages 40 Reaction score 0 Points 6 May 28, 2015 #25 Thanks, I tried editting file, but no luck. I'm not used to this, could I get help please? this is my htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^haxfl.x10host.com$ [OR] RewriteCond %{HTTP_HOST} ^www.haxfl.x10host.com$ RewriteRule ^/?$ "http://www.HaxFB.com" [R=301,L] #RewriteCond %{HTTP_HOST} ^haxfb.com [OR] #RewriteCond %{HTTP_HOST} ^www.haxfb.com$ #RewriteRule ^/?$ "http://www.haxfl.x10host.com/index.php" [R=301,L] RewriteCond %{HTTP_HOST} ^haxfb.com$ [OR] RewriteCond %{HTTP_HOST} ^www.haxfb.com$ RewriteRule ^/?$ "http://www.haxfl.x10host.com/index.php" [R=301,L]
Thanks, I tried editting file, but no luck. I'm not used to this, could I get help please? this is my htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^haxfl.x10host.com$ [OR] RewriteCond %{HTTP_HOST} ^www.haxfl.x10host.com$ RewriteRule ^/?$ "http://www.HaxFB.com" [R=301,L] #RewriteCond %{HTTP_HOST} ^haxfb.com [OR] #RewriteCond %{HTTP_HOST} ^www.haxfb.com$ #RewriteRule ^/?$ "http://www.haxfl.x10host.com/index.php" [R=301,L] RewriteCond %{HTTP_HOST} ^haxfb.com$ [OR] RewriteCond %{HTTP_HOST} ^www.haxfb.com$ RewriteRule ^/?$ "http://www.haxfl.x10host.com/index.php" [R=301,L]
tonynadi Member Messages 41 Reaction score 1 Points 6 May 29, 2015 #27 Just delete the entire third block. You're routing www.haxfl.x10host.com to www.haxfb.com Then routing www.haxfb.com to www.haxfl.x10host.com Infinte recursion... (that's not really what's going on, but I'm not diving into the long explanation here.)
Just delete the entire third block. You're routing www.haxfl.x10host.com to www.haxfb.com Then routing www.haxfb.com to www.haxfl.x10host.com Infinte recursion... (that's not really what's going on, but I'm not diving into the long explanation here.)