Redirect problem

Hello,

How do you create redirects? And what exactly does not work? Post here full texts of errors if you've got any. And be as more specific as possible.
 
Thanks, but when I do that with IE I get this error:

You don't have permission to access /joomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomlajoomla on this server.

With Chrome:

Erreur 310 (net::ERR_TOO_MANY_REDIRECTS) : Trop de redirections

And with Firefox I just get the error that it can not redirect...
 
Ohh, I see. Then you'd better use either mod_rewrite or add redirect into index file of your http://www.motards.be/

Index file can be either simple HTML file or a PHP script.

Thanks... it is working now... I added two lines on top of my index.php file...

Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.motards.be/joomla" );

I suppose I dont need to do anything else...
 
Back
Top