UnknownPlayer Posted May 22, 2011 Share Posted May 22, 2011 I have this mod_rewrite: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^post/([0-9]+)$ post.php?pid=$1 [L] And it worked while hosting center updated apache i think, now it loads page but it cant read $_GET['pid'] var, i dont know why. When i go to www.web.com/post/22 it doesn't work but if i go to www.web.com/post.php?pid=22 it works :/ Can someone help me? Link to comment https://forums.phpfreaks.com/topic/237104-rewrite-help-worked-but-now-it-doesnt-maybe-update/ Share on other sites More sharing options...
UnknownPlayer Posted May 22, 2011 Author Share Posted May 22, 2011 Please i need help Every page can be loaded with full file name with extension, but with this /post/ url and other, it cant be loaded.. Thry this: http://www.likestatus.net/post/454 and http://www.likestatus.net/post.php?pid=454 Link to comment https://forums.phpfreaks.com/topic/237104-rewrite-help-worked-but-now-it-doesnt-maybe-update/#findComment-1218803 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.