Plugin Author
AITpro
(@aitpro)
You would need to create mod_rewrite conditions: http://forum.ait-pro.com/forums/topic/410-htaccess-redirect-redirect-html-files-redirect-query-strings-redirect-posts-or-categories/. The forum topic includes steps to add your code to BPS Custom Code.
Redirect all .html files except for example-filename-1.html and example-filename-2.html to the BPS 410.php template file.
RewriteRule ^example-filename-1\.html$ - [L]
RewriteRule ^example-filename-2\.html$ - [L]
RewriteCond %{REQUEST_URI} ^(.*)\.html [NC]
RewriteRule ^(.*)$ - [G,NC]
Plugin Author
AITpro
(@aitpro)
Did this answer all of your questions? If so, please resolve this thread. If not, please post any additional questions you may have.
Thread Start Date: 8-29-2015 to 8-30-2015
Current Date: 8-31-2015
Have not had a chance to try it yet but I bet it will work. Go ahead and close the thread.
Plugin Author
AITpro
(@aitpro)
Thread Start Date: 8-29-2015 to 8-30-2015
Current Date: 9-4-2015
Comments: Resolved per user.