Jump to content

Recommended Posts

Posted

in cpanel when a try to add a redirect it says: " Ocorreu um erro adicionando o redirecionamiento." it means " A error have occurred when try to add the redirect" in the details it says: "Apache detected an error in the Rewrite config.

httpd: Syntax error on line 16 of /home/acorestv/public_html/.htaccess.xuwhO_Sr99KTldJ09LhRRqANsgxGHhXw: RewriteCond> directive missing closing '>'

Please try again."

 

please help me.......

Posted

It worked fine at my cpanel and this is what it should look like:

 

RewriteEngine on
RewriteCond %{HTTP_HOST} ^siteactv.heliohost.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.siteactv.heliohost.org$
RewriteRule ^index\.php$ "http\:\/\/www\.siteactv\.heliohost\.org\/manutencao\/index\.html" [R=301,L]

 

Try a simple redirect like:

 

siteactv.heliohost.org/index.php redirect to http://www.google.com

 

And if you still get an error I'll escalate this to the root admin.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...