matheusmarson 0 Denunciar post Postado Outubro 21, 2016 Galera Estou com um problema com reescritas em meu host com php + apache meu .htaccess é o seguinte: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?url=$1 e no meu /etc/apache2/sites-available/default já deixei assim: <Directory /var/www/mydomain/web> Options Indexes Multiviews FollowSymLinks AllowOverride all Require all granted </Directory> e Não funciona oque pode estar havendo? Em outro host funciona e localmente também Somente neste meu host que não vai Alguém poderia ajudar? Obrigado Compartilhar este post Link para o post Compartilhar em outros sites
Tensai 0 Denunciar post Postado Novembro 25, 2016 já ativou o módulo de reescrita ? Compartilhar este post Link para o post Compartilhar em outros sites