• Hi,

    https://www.doman.com.au/crap (which doesnt exist) is redirecting to the main site and not changing the location bar.

    I want a page telling my visitors that the file doesn’t exist.

    My .htaccess file is…

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

  • The topic ‘No error on missing page/folder’ is closed to new replies.