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 Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.