Topic: Problem with URL

Hi,

I've a problem with the URL. I explain me. With for example this template :

<?PHP                                
$static = TRUE;
$number = "1";
$category = "4,43,67,72,74";
$template = "mini_une_video";
include("news/show_news.php");
?>

In the URL, it add this "template=mini_une_video&" at the end of the URL and I don't want. Have you got a solution ?

Thanks you.

2 (edited by 2013-04-16 06:20:29)

Re: Problem with URL

Don't know that meaning!

Re: Problem with URL

Hi Support Team,

No solution for this problem ?

Thans you for your help.

Re: Problem with URL

Hello which the problem?, The engine URL Add This does not work? What version of cutenews have

Re: Problem with URL

You can use URL Rewrite Manager. Lock it in System Configurations->General->Custom rewrite. Then in Options->URL Rewrite Manager in the column Use layout add &template=mini_une_video to every line.

Best regards,
CN Support team

Re: Problem with URL

Hi,

The problem with URL rewriting : https://cutephp.com/forum/index.php?showtopic=43297 so I can't do it for the moment...

I use 1.5.3 version but if I add a template to the code PHP, the URL is modify. If not, the URL is good because it use the Default template...

Thanks you for your help.