Jump to content

URL Re-writing Problems...


xyn

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.