These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for how to make htacess work on the new forum.
pls help htacess not working Options +FollowSymLinks RewriteEngine on
RewriteRule ^showthread-([0-9])-([0-9])-(.+?).htm$ index.php?forumID=$1&ID=$2 [NC,L]
RewriteRule ^showthread-([0-9])-([0-9])--([0-9]*).htm$ index.php?forumID=$1&ID=$2&start=$3 [NC,L]
RewriteRule ^forumdisplay-(.+?)-([0-9]*).htm$ index.php?forumID=$2 [NC,L]
RewriteRule ^forumdisplay-([0-9])--([0-9]).htm$ index.php?forumID=$1&start=$2 [NC,L]
RewriteRule ^showprofile-([0-9]*)-(.+?).htm$ profile.php?userID=$1 [NC,L]
RewriteRule ^member/(.+?).htm$ profile_redirect.php?username=$1 [NC,L]
Hey there
Virtualmin automatically protects you from the
+FollowSymLinks
option which causes vulnerabilities. If you check your apache logs there will most likely be an entry explaining this.To fix it, change
+FollowSymLinks
to+SymLinksIfOwnerMatch
and restart apache.If you are having other issues, then please post back with more details of what is "not working".
Hope that helps
http://adda4m.com/forumdisplay-WWE-Section-65.htm Options +SymLinksIfOwnerMatch
RewriteEngine on
RewriteRule ^showthread-([0-9])-([0-9])-(.+?).htm$ index.php?forumID=$1&ID=$2 [NC,L]
RewriteRule ^showthread-([0-9])-([0-9])--([0-9]*).htm$ index.php?forumID=$1&ID=$2&start=$3 [NC,L]
RewriteRule ^forumdisplay-(.+?)-([0-9]*).htm$ index.php?forumID=$2 [NC,L]
RewriteRule ^forumdisplay-([0-9])--([0-9]).htm$ index.php?forumID=$1&start=$2 [NC,L]
RewriteRule ^showprofile-([0-9]*)-(.+?).htm$ profile.php?userID=$1 [NC,L]
RewriteRule ^member/(.+?).htm$ profile_redirect.php?username=$1 [NC,L] done still geting Not Found The requested URL /forumdisplay-WWE-Section-65.htm was not found on this server. please some one help