View Full Version : 404 Error - What file is missing?
John D
03-12-2007, 10:03 PM
Hey
When the category links are clicked on http://alldotnet.com/ it is giving a 404 error, can someone tell me what file is missing please?
Thanks
John
Looks like your htaccess, John.
I can have a look around if you so desire, just PM the credentials.
(also, please tell me you're not on godaddy)
James
03-12-2007, 10:09 PM
Try adding
RewriteBase /
right after
RewriteEngine On
in your htacess file
Yes if go daddy you'll need the rewritebase /
RewriteEngine On
RewriteBase /
## Details Link Page Rewrite##
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*)detail/link-(.*).htm[l]?$ detail.php [QSA,NC]
John D
03-12-2007, 10:36 PM
Thanks for the help :)
The .htaccess is empty here, could someone post everything thats needed in the .htaccess please?
No the hosting isnt on godaddy :)
Thanks again :)
James
03-12-2007, 10:37 PM
its in the zip you downloaded
when uploading make sure you overwrite the existing one
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.