Revision: 29105
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 22, 2010 03:42 by koko
Initial Code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(thefoldername).*$ [NC]
RewriteRule . - [L]
</IfModule>
Initial URL
http://wiki.dreamhost.com/Making_stats_accessible_with_htaccess
Initial Description
I borrowed the script from the Dreamhost-wiki and did a minor change towards any folder.
Initial Title
Making a subdirectory accessible with Wordpress in root
Initial Tags
htaccess
Initial Language
Apache