Advertisement
fplanzer

redirect robots to index

Mar 19th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. Options +FollowSymlinks
  2. RewriteEngine on
  3. RewriteBase /
  4. RewriteCond $1 !^(index\.php|images|robots\.txt)
  5. RewriteRule ^(.*)$ index.php?page=$1 [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement