good day everyone!
i been looking for a step-by-step tutorial regarding search engine friendly url using htaccess, hope someone could help me here.
BTW, im just using xampp and windows XP OS.
And i already loaded the mod_rewrite module in the apache.
i made a sample php file jut to try to use htaccess for search engine friendly purposes.
<------index.php------->
<?php
$title = "AKO";
echo "<a href='index.php?title=$title'>";
echo "Book Title";
echo "</a>";
?>
<----End of index.php---->
Base on my code above, when i click the "Book Title" the address bar shows "localhost/samp/index.php?title=AKO"
So, how can i make it to "localhost/samp/title/AKO"?
What code should i put in my .htaccess file to make my url more search engine friendly?
Could someone help me with this please? Im getting frustrated with this..
thanx in advanced!