Except for the Contact Link, every link on the Menu box works fine. When you click on it, an error page appears.
must be something wrong in the .htaccess file
Can you paste here the line that says contact?
thanks
ok i found two (2) "htaccess" -
1) .htaccess (root dir.) on line 12
RewriteRule ^tcontact.htm content/contact.php [L]
2) htaccess (admin dir.) on line 26
$con=u(T_CONTACT);
if ($con=="") $con="contact";
I'm sure you can fix this. Thanks. :)
just change it like this ;)
RewriteRule ^contact.htm content/contact.php [L]
done! thanks a lot! ..so the culprit was the letter "t" huh?..lol
yes weird,,,,well happy you fixed it
This topic has been closed to new replies.