RewriteEngine On #example #RewriteRule ^gallery/(.*)/(.*) /index.php?ind=gallery&op=$1&ida=$2 # internal pages RewriteRule ^rules /index.php?pid=1 RewriteRule ^judges /index.php?pid=2 RewriteRule ^photographers /index.php?pid=3 RewriteRule ^landowners /index.php?pid=4 RewriteRule ^digital_rules /index.php?pid=5 RewriteRule ^digital_participants /index.php?pid=6 RewriteRule ^sponsors /index.php?pid=7 RewriteRule ^kritters4kids /index.php?pid=8 RewriteRule ^books /index.php?pid=9 RewriteRule ^exhibit /index.php?pid=10 RewriteRule ^about_us /index.php?pid=11 RewriteRule ^patrons /index.php?pid=12 RewriteRule ^order /index.php?pid=13 RewriteRule ^contact_us /index.php?pid=14 RewriteRule ^2003_photographers /index.php?pid=15 RewriteRule ^2003_landowners /index.php?pid=16 RewriteRule ^archive /index.php?pid=17
What this does is change the URL of my page from mysite.com/index.php?pid=1 to mysite.com/rules
It's really nice and easy for the pages. Wish it was that easy for the rest of the portal.















