eevan79 Posted May 14, 2011 Share Posted May 14, 2011 Google cant see pages with rewrite mod. Always return 404 (not found). So if my page is: site.com/page/20.html google return 404 but if page is site.com/?page&title=20 it's working fine. Why google can't index pages with rewrite mod? Here is my .htaccess RewriteRule title/(.*)\.html$ /?page&title=$1 Link to comment https://forums.phpfreaks.com/topic/236395-google-return-404-rewrite-mod/ Share on other sites More sharing options...
dreamwest Posted May 31, 2011 Share Posted May 31, 2011 RewriteRule ^title/(.*)\.html$ /page.php?title=$1 [L,QSA] Link to comment https://forums.phpfreaks.com/topic/236395-google-return-404-rewrite-mod/#findComment-1222703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.