Show me how to make the 301s off the page.



  • Show me how to make the 301s off the page.

    http://site.ua/index.php ♪ http://site.ua/



  • RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.(php|htm|html|shtml|asp|aspx)\    HTTP/
    RewriteCond %{HTTP_HOST} ^site\.ua$
    RewriteRule ^index\.(php|htm|html|shtml|asp|aspx)$ http://site.ua/ [R=301,L]
    

    That's an example, but it's not just a index.php that's doing a redefinition, but with the other popular pages.

    And if only php, there you go.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.php\    HTTP/
    RewriteCond %{HTTP_HOST} ^site.ua$
    RewriteRule ^index.php$ http://site.ua/ [R=301,L]


Log in to reply
 


Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2