D e must bear in mind that with the default server will not recognize the file . To solve this problem we must modify a file in the Apache configuration, particularly in
/ etc/apache2/sites-available/default
AllowOverride None For line AllowOverride All
Once the change will restart the service and solved the problem. An example of this configuration is: \u0026lt;Directory
/home/usuario/httpd>
AllowOverride All Order Deny, Allow Allow from all
\u0026lt;/ Directory>
If you want to know how to configure the
. htaccess
please consult the following article
.
0 comments:
Post a Comment