When I enter the direct URL like site.com/contact I get a 404 error but if I do site.com/contact/ the page shows properly. How can I instruct the .htaccess to locate the page wether it has the trailing slash or not?
The Reggae Album
if(!defined("XOOPS_FCK_FOLDER") || !$uploadPath = preg_replace("/[^a-z0-9_-]/i", "", XOOPS_FCK_FOLDER) ){
$uploadPath = "";
}