source: trunk/www.guidonia.net/wp/.htaccess@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 211 bytes
Line 
1
2# BEGIN WordPress
3<IfModule mod_rewrite.c>
4RewriteEngine On
5RewriteBase /wp/
6RewriteCond %{REQUEST_FILENAME} !-f
7RewriteCond %{REQUEST_FILENAME} !-d
8RewriteRule . /wp/index.php [L]
9</IfModule>
10
11# END WordPress
Note: See TracBrowser for help on using the repository browser.