[wp-hackers] non-themed page

Aaron Jorbin aaron at jorb.in
Wed Sep 1 22:31:08 UTC 2010


When you refer to creating the page, are you creating a page inside
WordPress or are you creating a file and putting it somewhere on the file
system?

The default .htaccess rules that are used when you enable pretty permalinks
will exclude any file that actually exists on the file system.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]



http://aaron.jorb.in
twitter: twitter.com/aaronjorbin


More information about the wp-hackers mailing list