I\'ve read this and this seems too long for my request.
And tried Redirect /index.php /index2.php but it didn\'t work (Internal Server error)
Redirect /index.php /index2.php
Wh
Try:
RewriteEngine On RewriteRule ^(header|content|footer)\.php - [L,R=404]
or
RewriteEngine On RewriteRule ^(header|content|footer)\.php index.php [L,R=301]