I have created following pages such as
Index_inner.php
info_inner.php
video_inner.php
comment_inner.php
and many more
I want to redirect
*_inner.php -> *.php
For example
Index_inner.php -> index.php
info_inner.php -> info.php
I am redirecting using following .htaccess code.
RewriteRule info_inner.php info.php
But, how to redirect all (*_inner)
pages by using one coded sentence.