Static HTML Files Not Being Displayed with WordPress

Static HTML Files Not Being Displayed with WordPress

 

This can occur when WordPress's .htaccess rewrites take place over the static html file. 

Place the following command early in your .htaccess file to not apply further rewrite rules:

RewriteRule ^thefile\.htm$ -[PT,L]

(replace thefile with your file name)

  • 171 Users Found This Useful

Was this answer helpful?

Related Articles

Optimize WordPress Performance

With our service, there are many ways to dramatically speed up the performance of your WordPress...

WordPress Site Search

Adding search functionality is a wonderful way to add functionality and pleasure to a visitors...

Create Static Files with your WordPress Install

Reduce the processor and memory load of your site but publishing it into html files.Use the...

JetPack server was unable to connect with your site

"Error Details: The Jetpack server was unable to communicate with your site...

WordPress Security

Even with many layers of server security, if a WordPress install is not constantly updated and...