Redirect static to dynamic url using htaccess

Laique

New Member
In my case I need to this the other way around, I have more than 1000 links like this \[code\]www.domain.com/msg/98212.html\[/code\] and I have to redirect them to new dynamic generated page like \[code\]www.domain.com/msg/view.php?id=98212\[/code\]The id or \[code\]98212.html\[/code\] is different from file to file.Any easy way to do this?
 
Back
Top