No other folders allowed…
-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I have the above in my htaccess file. I’m trying to setup Awstats and when I access https://domain.com/awstats, I’ll get back the domain.com.
Am I save to edit the htaccess above? And will this break WordPress? If no, how should I edit it?
- The topic ‘No other folders allowed…’ is closed to new replies.