Jump to content

Rewrite New Title


Warriorpt

Recommended Posts

Hi again,

 

in my website i put this in .htacess

 

RewriteRule ^news/([0-9]+)$ ?k=news&id=$1

 

in the .php file i have

 

<a href="<?php sUrl(); ?>/news/<?php echo $news_rows['id']; ?>">

 

THIS WORKS!! but, i want to put this working with.

 

<a href="<?php sUrl(); ?>/news/<?php echo $news_rows['id']; ?>-<?php echo $news_rows['title']; ?>">

 

to do this:

 

 

/new/1-titulo_aqui_né

 

or

 

/new/1-titulo_aqui_né.htm

 

Somethink like this

 

Thks in advance

Link to comment
https://forums.phpfreaks.com/topic/109655-rewrite-new-title/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.