Can I redirect the HTTP request towards an old folder to the homepage using .htaccess file?

Posted by AndreaNobili on Pro Webmasters See other posts from Pro Webmasters or by AndreaNobili
Published on 2013-04-09T14:21:59Z Indexed on 2013/11/06 4:20 UTC
Read the original article Hit count: 164

Filed under:
|
|
|
|

I have to following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). For some problems I delete it and I have create it again using WordPress.

Now I have many visit (from Google) that leading to specific pages of the old site (pages that don't exist in the new version).

For example I have visit to URL as: /scorejava/index.php/corso-spring-mvc/1-test that don't exist on my new site.

I would know if using the .htaccess file (or other sistem) I can redirect the HTTP request directed to some subfolder (that don't exist in the new version) to the homepage of my new site.

For example I have the request towards the void URL: /scorejava/index.php/corso-spring-mvc/1-test.

And I would create a regular expression that say something like: all the request toward the subfolder corso-spring-mvc (and all it's content file and subfolder) have to be redirected to www.scorejava.com.

Is it possible?

© Pro Webmasters or respective owner

Related posts about apache

Related posts about htaccess