Untitled
Anonymous
apache_conf
12/19/2022 4:04 PM
236 B
14
Indexable
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPressEditor is loading...