Hallo,
ein Zusatzplugin von Woocommerce benötigt die php Version 5.6
Kann mir bitte jemand sagen wo und wie in der htaccess ich den adhandler ([COLOR=#2B91AF][FONT=Consolas]AddHandler[/FONT][/COLOR][COLOR=#303336][FONT=Consolas] application[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]/[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]x[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]-[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]httpd[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]-[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]php56 [/FONT][/COLOR][COLOR=#303336][FONT=Consolas].[/FONT][/COLOR][COLOR=#303336][FONT=Consolas]php) [/FONT][/COLOR]einfügen muss.
Hier meine htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Stefan/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Stefan/index.php [L]
</IfModule>
# END WordPress
Vielen Dank für die Hilfe!