Hi,
I've read few tutorial on mod rewrite for URL, but still have few questions about it.
Let's suppose i have this link:
http://www.mysite.net/index.php?option= ... &Itemid=45
and want to rewrite it to something link:
http://www.mysite.net/content/view/20/item/45
with the rewritten URL above, would I still be able to use this existing line on the script?
$itemid = intval($_GET['Itemid']);
Thankssss!
rewrite URL
Moderator: General Moderators