![]() |
[solved] 404 insted of 403
Hello,
So I have no experience at all with LiteSpeed. The case is about directory listing. In the configuration I set: Use Server Index Files:No, Index Files:index.html, index.php, Auto Index:No, Auto Index URI:Not Set With that configuration, LiteSpeed always returning 404 error pages instead 403 when I'm visiting directory with no index file. So how to make LiteSpeed display correct 403 error page instead of 404 when there is no index file? Many thanks! |
you can add following rewrite rules:
Code:
RewriteCond %{REQUEST_FILENAME} !-f |
Hi NiteWave,
So this is actually LiteSpeed "feature", out of the box. I thought I misconfigured something. I tried your suggestion and it works now. Thanks! |
| All times are GMT -7. The time now is 03:32 PM. |