Forbidden
You don't have permission to access / on this server.
Apache/2.2.16 (Debian) Server at wall.com Port 80
en ajouta
Version imprimable
Forbidden
You don't have permission to access / on this server.
Apache/2.2.16 (Debian) Server at wall.com Port 80
en ajouta
Forbidden
You don't have permission to access / on this server.
Apache/2.2.16 (Debian) Server at wall.com Port 80
J'ai ça en ajoutant les lignes dans httpd.conf et il renvoie bien production pour APPLICATION_ENV normalement
ça m'afficheCode:
1
2
3
4
5
6
7
8 defined('APPLICATION_ENV') || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'noproduction')); defined('TEST_HTACCESS') || define('TEST_HTACCESS', (getenv('TEST_HTACCESS') ? getenv('TEST_HTACCESS') : 'bad')); echo APPLICATION_ENV; echo TEST_HTACCESS; exit;
productionbad
Bonsoir dans ton Vhost tu dois avoir :
remplace par :Code:AllowOverride None
Sinon mets directement tes rewrite rules dans ton vhost (c'est que je préconise)Code:AllowOverride All
C'est bon ! ouf
après une lutte acharnée j'ai enfin réussi lol
Je tiens à remercier les personnes qui m'ont aidés :)
Si vous rencontrez le même problème n'hésitez pas :p
Encore merci !
Indique quelle a été la solution pour que ce soit utile à tout le monde.