What is the Default .htaccess for WordPress Принт

  • .htaccess
  • 0

Here is the default code for that file.

# 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

you can check it here for default htaccess file: http://codex.wordpress.org/Using_Permalinks.


Дали Ви помогна овој одговор?

« Назад