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########################## Link to comment https://forums.phpfreaks.com/topic/26156-virtual-dir-not-working-with-apache-re-direct/ 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? Link to comment https://forums.phpfreaks.com/topic/26156-virtual-dir-not-working-with-apache-re-direct/#findComment-119610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.