Exclude file/folder from Wordpress/Ghost rewrite
In your .htaccess file you might have a rule which ensures that all files and folders matching a particular path be handled by Wordpress or Ghost. An example of such a rule would be the following snippet: RewriteCond %{REQUEST_URI} !^/(contact.php)$ RewriteCond %{REQUEST_