programguru Posted November 4, 2006 Share Posted November 4, 2006 I ran some tests, but I am trying to find out a final the RIGHT answer to my issue. Still have hope..My below Apache rewrite seems to only work on domain names that are resolving, but not on: http://myserver/~username/ .. does anyone know a work-around for this? anyone seen this before? (RHEL4)##########################Options +FollowSymlinksRewriteEngine onRewriteRule ^index.html$ index.phpRewriteRule ^page1.html$ page1.phpRewriteRule ^page2-(.*)-(.*).html$ page2.php?catid=$2RewriteRule ^page3-(.*)-(.*).html$ page3.php?catid=$2RewriteRule ^page4.html$ page4.phpRewriteRule ^page5.html$ page5.phpRewriteRule ^page4b-(.*)-(.*).html$ page4.php?catid=$2RewriteRule ^page5b-(.*)-(.*).html$ page5.php?catid=$2RewriteRule ^(.*).html$ index.php?catid=$1########################## Quote Link to comment Share on other sites More sharing options...
programguru Posted November 4, 2006 Author Share Posted November 4, 2006 does anyone know if there is an advanced Apache forum I should post this in? don't seem to be getting any responses? 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.