Questions after restoring a blown up site :)
-
Hi folks,
Host is mandating a change to php 8.2 and I am on 7.3. So in attempts to update (which I still mucst and requires a good bit of change) I “lost” my website. I have it back by restoring.htaccess files plus. But two questions I cannot find answers to:
- I needed to increase the size of post_max_size = 500M and upload_max_filesize = 500M to 3000m each. I am not sure this makes the site happy. What is the proper format for the number mb – for eaxample should it be in increments of 256? And what is the maximum I can eneter there? More than 3000M?
- MY .htaccess in the wordpress folder, not public.html, is different that it was, though things are working. Which of the two below SHOULD I be using and perhaps why?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressor…
# BEGIN WordPress
# END WordPress
# Set PHP handler to application/x-httpd-phpbeta on Wed Nov? 4 20:38:13 MST 2015.
# AddHandler application/x-httpd-ea-php56 .php
# BEGIN LiteSpeed
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeedThanks so much!!
- The topic ‘Questions after restoring a blown up site :)’ is closed to new replies.