.htaccess error
-
i have many WPMU as subdomains of Mysitename.com — single site
sub-domains:
https://my.Mysitename.com
https://math.Mysitename.com
https://bioloby.Mysitename.com
https://anatomy.Mysitename.com1.Do i have to fix the other htaccess for each individual multitisite ?
2. can i hide my wp-login page – with bullet proof ?
3.Error when accessing a post on main page (Mysitename.com)
Not Found
The requested URL /course/anatomy-physiology-ii-lecture-t-r-705-820/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
-
htacess file is :
</FilesMatch>
# BLOCK MORE BAD BOTS RIPPERS AND OFFLINE BROWSERS
# If you would like to block more bad bots you can get a blacklist from
# https://perishablepress.com/press/2007/06/28/ultimate-htaccess-blacklist/
# You should monitor your site very closely for at least a week if you add a bad bots list
# to see if any website traffic problems or other problems occur.
# Copy and paste your bad bots user agent code list directly below.
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://Mysitename.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://Mysitename.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://my.Mysitename.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://my.Mysitename.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://aandp.Mysitename.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://aandp.Mysitename.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://biology.Mysitename.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://biology.Mysitename.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://math.Mysitename.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://math.Mysitename.com$ [NC]
RewriteRule .*\.(jpeg|jpg|gif|bmp|png)$ – [F,NC]please can some one help me out
- The topic ‘.htaccess error’ is closed to new replies.