Advertisement
Guest User

Untitled

a guest
Nov 9th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. tirion.altervista.org (näen sivut itse, monella muulla tulee tuo error) - WP: Installed version: 4.9.6
  2.  
  3. Täällä php käytössä
  4.  
  5. # BEGIN WordPress
  6.  
  7. <IfModule mod_rewrite.c>
  8. RewriteEngine On
  9. RewriteBase /
  10. RewriteRule ^index\.php$ - [L]
  11. RewriteCond %{REQUEST_FILENAME} !-f
  12. RewriteCond %{REQUEST_FILENAME} !-d
  13. RewriteRule . /index.php [L]
  14. </IfModule>
  15.  
  16. # END WordPress
  17.  
  18. # # av:php5-engine
  19. AddHandler av-php5 .php
  20.  
  21. # # av:Toolbar
  22. SetEnv AV_TOOLBAR 0
  23.  
  24. --
  25.  
  26. ponybrigade.altervista.org (täällä tulee itsellenikin tuo error) WP Installed version: 4.5.3
  27.  
  28.  
  29. # BEGIN WordPress
  30.  
  31. <IfModule mod_rewrite.c>
  32. RewriteEngine On
  33. RewriteBase /
  34. RewriteRule ^index\.php$ - [L]
  35. RewriteCond %{REQUEST_FILENAME} !-f
  36. RewriteCond %{REQUEST_FILENAME} !-d
  37. RewriteRule . /index.php [L]
  38. </IfModule>
  39.  
  40. # END WordPress
  41.  
  42. # # av:php5-engine
  43. AddHandler av-php5 .php
  44.  
  45. php_value post_max_size 20M
  46. php_value upload_max_filesize 20M
  47.  
  48. # # av:Toolbar
  49. SetEnv AV_TOOLBAR 0
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement