What is the purpose of the .htaccess by default? (it waorks without it)
-
Hello
I have noticed that for every new install the .htaccess content by default is the below. What is the purpose of these lines? With or without them, that doesn’t seem to change anything.
Thanks,
# 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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What is the purpose of the .htaccess by default? (it waorks without it)’ is closed to new replies.