Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by test test
at 2024-09-14 10:56:20
Point:500 Replies:2 POST_ID:829274USER_ID:12424
Topic:
apache#linux;
Normally, I can be easy to block ip , from editing .htaccess file at my server public_html
directoryand put the code as follow into the file. But today blocking ip is not working
- Order Allow,Deny
- Allow from All
- Deny from 67.68.32.10
But blocked it in apache, httpd.conf file that is working, seems, apache ignore my .htaccess file ?
Please advise
Accepted Solution
Expert: Wilson Edwards replied at 2024-09-14 10:55:12
500 points Excellent
check your http.conf file <directory> tag...
Generally, Apache ignores the
.htaccessfile because of the following Apache configurationAllowOverride none. Check your virtual host configuration and add/amend toAllowOverride All. Expert: Wilson Edwards replied at 2024-09-14 10:53:42
Your code is ok, seem, yes, Apache ignored your .htaccess.. Check the link that will help you idenify whether Apache ingore your file or not