robintel
Technical User
- Mar 30, 2009
- 1
Hi, I need to redirect pages like:
example.com/[<b>something wrong</b>]/index.php/[something else]/article.html
The idea is that if there is [<b>something wrong</b>] before the /index.php/ part, other than the website URL then the 301 should occur. Sorry for the bold, I need to emphasize that if there is some string before the /index.php/ part of the SEF URL then the 301 should occur.
The URLs are like this:
example.com/<two|three directories:remove all>/index.php/<two other drectories:keep all>/<title_of_the_article.html:keep>
This is way beyond my .htaccess skill...
Thank you!
example.com/[<b>something wrong</b>]/index.php/[something else]/article.html
The idea is that if there is [<b>something wrong</b>] before the /index.php/ part, other than the website URL then the 301 should occur. Sorry for the bold, I need to emphasize that if there is some string before the /index.php/ part of the SEF URL then the 301 should occur.
The URLs are like this:
example.com/<two|three directories:remove all>/index.php/<two other drectories:keep all>/<title_of_the_article.html:keep>
This is way beyond my .htaccess skill...
Thank you!