.htaccess – 000webhost & ZendFramework
Português:
Surgiu a necessidade de utilizar um alojamento gratuito 000webhost para testar a minha aplicação em ZendFramework.
A verdade é que o .htaccess era um problema mas encontrei solução.
English:
The need arose to use a free hosting 000webhost to test my application inZendFramework.
The truth is that the .htaccess was a problem but I found the solution.
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Categories: Internet, PHP, Programação
000webhost, framework, htaccess, Linux, mod_rewrite, php, rewriteBase, Zend