# To set your custom php.ini, add the following line to this file: # suphp_configpath /home/yourusername/path/to/php.ini # php_value mbstring.func_overload 4 # Required for PWSB support. Please do not uncomment this line. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress