xyn Posted June 11, 2007 Share Posted June 11, 2007 hey, I'm having problems with getting index.php?dir=NAME&page_id=NUMBER to direct to the correct pages. For example: index.php?dir=home&page=1 shows about.htm index.php?dir=home^page=2 shows staff.htm My problem is getting the below to work: home/info/ direct to example 1. home/data/ direct to example 2. in .htaccess i have got the following coding... # -Page URLS- Options +FollowSymLinks RewriteEngine on RewriteRule (.*)/?page=(.*) index.php?dir=$1&page_id=$2 Link to comment https://forums.phpfreaks.com/topic/55074-url-re-writing-problems/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.