modified file htaccess
(after deactivation of Disable WordPress Core Updates
version 1.5)
This commit is contained in:
parent
270ea63941
commit
d201566960
12
htaccess
Normal file
12
htaccess
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user