Forum Moderators: phranque

Message Too Old, No Replies

.htaccess and Redirects

         

XMLMania

6:29 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



Hi,

Is it possible to have a more advanced redirect using .htaccess?

My problem is:

I currently use:

myurl_596.php

I would like to use:

myurl_596-My-Title-Keywords.php

I've came up with:

Redirect /tmp_article_$1.php [!URL!...]

Obviously this doesn't work thats why I'm posting this ;).

I want to do this so referrels from search engines will be directed to the new page.

Anyone know if its possible?

Thanks,
MG

XMLMania

7:35 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



Problem fixed...

My RewriteRule clause allowed me to add additional text.

- MG