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