Hey guys,
I am having a slight problem.
I am trying to post articles to my website now and when I post them I want the name of the article to be the URL
Right now it is
mysite.org/page/2.html
Instead I would like it to be
mysite.org/article-title
And in the .htaccess here is what is listed for page
RewriteRule ^page/([0-9]+)\.html$ page.php?p=$1
Any thoughts?
Thanks!


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks