ErrorDocument 404 /404.php php_value include_path "/var/www/html" RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # <- for test, for prod use [L,R=301]