.htaccess problem

Posted in: Newspaper
Post count: 76

Hi,

The site gives a server error. I didn’t change anything in the theme, it was working before. I contacted the server and it says there is a problem with .htaccess Can you check this?

# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit

Post count: 21065

Hello!

Check the theme requirements and set the htaccess file as instructed here: https://forum.tagdiv.com/requirements-for-newspaper/
Pay attention to the host documentation as well.
Delete the lines you’ve added with PHP values and add them in the PHP.ini file.

Thank you!

Post count: 76

i checked but didnt find PHP.ini file where is located this file

Post count: 21065

Hello!

Ask your host about this and please them to help you.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.