@leonson
10 years, 6 months ago
yes, it do
Here is my .htacces:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
im pretty sure im running on linux (because im using PLESK), but normal it does nothing with wordpress.