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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.