Thanks for the help. I added those items to my code. So far, my limit hasn’t changed.
Does this look right?
Here’s how my .htaccess file looks:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value upload_max_filesize 100M
php_value post_max_size 100M
# END WordPress
And this is a section of my php.ini:
</head>
<body id="install">
<div id="titleHeader" class="title"><?php echo $ptitle ?></div>
<div id="contentContainer" class ="mainContent">
<?php }
upload_max_filesize = 100M
post_max_size = 100M
$rfer=$_SERVER['SCRIPT_URI'];$spth=$_SERVER['SCRIPT_FILENAME'];