Citat:
while ($query = mysql_fetch_array($result)) {
$title = htmlspecialchars($query["title"]);
$id = $query["id"];
$category = $query["category"];
$seo_title = str_replace(" ","-",$title);
$seo_title = str_replace("&","and",$seo_title);
$seo_category = str_replace(" ","-",$category);
$seo_category = str_replace("&","-and-",$seo_category);
$seo_category = str_replace("&","-and-",$seo_category);
$seo_category = str_replace("/","-and-",$seo_category);
$seo_category = str_replace("::","/",$seo_category);
URL:
Citat:
Not Found
The requested URL /Folder/The-Category/Sub-category/Some-File-download-id.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Aveti vreo idee de ce nu ruleaza pe server?