ryanclemens Posted January 17, 2007 Share Posted January 17, 2007 I made some mods to an already made .htaccess and it worked fine.then I went back and tried to make some more and they are not working./packages/ is not working but /tester/ is working fine.I am new to this so I just copied and changed some names, it worked fine the first time but not anymore.here is the code that I am using.[code]RewriteEngine onRewriteBase /RewriteRule ^sleep$ /sleep/ [R]RewriteRule ^sleep/$ sleep.phpRewriteRule ^groups$ /groups/ [R]RewriteRule ^groups/$ groups.phpRewriteRule ^reserve$ /reserve/ [R]RewriteRule ^reserve/$ reserve.phpRewriteRule ^play$ /play/ [R]RewriteRule ^play/$ play.phpRewriteRule ^eat$ /play/ [R]RewriteRule ^eat/$ /play/ [R]RewriteRule ^consume$ /play/ [R]RewriteRule ^consume/$ /play/ [R]RewriteRule ^connect$ / [R]RewriteRule ^connect/$ / [R]RewriteRule ^deals$ /deals/ [R]RewriteRule ^deals/$ deals.phpRewriteRule ^buzz$ /buzz/ [R]RewriteRule ^buzz/$ buzz.phpRewriteRule ^see$ /see/ [R]RewriteRule ^see/$ see.phpRewriteRule ^beta$ /beta/ [R]RewriteRule ^beta/$ beta.phpRewriteRule ^contact$ /contact/ [R]RewriteRule ^contact/$ contact.phpRewriteRule ^packages$ /packages/ [R]RewriteRule ^packages/$ packages.phpRewriteRule ^tester$ /tester/ [R]RewriteRule ^tester/$ tester.php[/code]Please any help would be great! Link to comment https://forums.phpfreaks.com/topic/34492-htaccess-not-rewriting-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.