Zend url not found
Résolu
David
-
David -
David -
A voir également:
- Zend url not found
- Url - Guide
- No epg found - Forum Box et Streaming vidéo
- Signal cable not connected ✓ - Forum Ecran
- Ping url ✓ - Forum Windows
- Comment changer url iptv - Forum Créer un site
1 réponse
Si vous galérez comme moi voici la solution :
déja dans le fichier httpd.config de apache il faut AllowOverride à All
puis le .htaccess :
déja dans le fichier httpd.config de apache il faut AllowOverride à All
puis le .htaccess :
# Règles de réécriture pour Zend Framework RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* ./index.php # Sécurité : Ne pas autoriser le parcours de répertoires Options -Indexes # Configuration PHP php_flag magic_quotes_gpc off php_flag register_globals off php_flag short_open_tag on