Page is a not externally linkable
Panthro - 3:18 pm on May 18, 2011 (gmt 0)
RewriteCond %{REQUEST_URI} !/wp-admin/
RewriteRule ^([^.]+)$ /index.php [L]
@ g1smd - So this bit of code you suggest should just be added to an .htaccess file in every directory? Thank you.