/Web/.htaccess_default
#! | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | c60e0c527bc0c89b766b4eb414810961 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, AGPL-1.0, LGPL-2.1
1# BEGIN WordPress 2<IfModule mod_rewrite.c> 3RewriteEngine On 4RewriteBase / 5RewriteRule ^index\.php$ - [L] 6RewriteCond %{REQUEST_FILENAME} !-f 7RewriteCond %{REQUEST_FILENAME} !-d 8RewriteRule . /index.php [L] 9</IfModule> 10# END WordPress