Untitled

 avatar
unknown
apache_conf
2 years ago
175 B
3
Indexable
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
Editor is loading...