Hello,
I use DirectAdmin and I would like to customize my 404 page so I put this in my htaccess, but it doesn't work :
In the OpenLiteSpeed panel
Enable Rewrite Yes
Auto Load from .htaccess Yes
Thank you for your reply
Cordially
I use DirectAdmin and I would like to customize my 404 page so I put this in my htaccess, but it doesn't work :
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$ error.php?/$1 [L,R=301]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$ error.php?/$1 [L,R=301]
Enable Rewrite Yes
Auto Load from .htaccess Yes
Thank you for your reply
Cordially