# HTID:8911349: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
php_value display_errors 1
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:8911349:
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /
#RewriteRule ^$ cegled/phpinfo.php [NC,L]
RewriteRule ^$ index.php?page=view [NC,L]
RewriteRule ^_cron\/([0-9a-z_\.\-]*) ./cron/$1 [NC,L]
RewriteRule ^(admin|view|coach|preview|coach_preview|tabor)\/?([0-9a-z_\-]*)\/?([0-9a-z_\-]*)$ ./index.php?page=$1&subpage=$2&id=$3 [NC,L]
# RewriteRule ^index.php(.*)$ cegled/index.php$1 [NC,L]
# RewriteRule (.*) $1 [NC,L]
# RewriteRule ^\/?([a-z_]+)\/?([0-9a-z_\.\?\&\=\-]*)\/?(.*)$ ./index.php?page=$1&subpage=$2&id=$3 [NC,L]
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
#
# php_value date.timezone "Europe/Budapest"
#
#
# php_value date.timezone "Europe/Budapest"
#
# END cPanel-generated php ini directives, do not edit
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
# php -- END cPanel-generated handler, do not edit