Jump to content

Need help editing .htaccess


PhilipK

Recommended Posts

I have an .htaccess which redirects users when a file is not found.

 

http://daroom.info/No-File-9dioahjfda

 

It works but if the missing file is in a directory it bugs out.

 

http://daroom.info/wordpress/Bad-File-fdkaljfdklaj

 

 

Here is my current .htaccess file

 

RewriteEngine On
Options +Multiviews +FollowSymLinks
ErrorDocument 404 /random.php

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{http_host} ^www\.daroom\.info [NC]
RewriteRule ^(.*)$ http://daroom.info/$1 [R=301,NC]
RewriteRule  http://daroom.info/index.php?rand=$1 [L]

Link to comment
https://forums.phpfreaks.com/topic/239742-need-help-editing-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.