Softaculous


Topic : htaccess file in a sub folder breaks the application


Posted By: tajuddin335 on May 24, 2017, 7:18 am
I am having some weird issue with the Webuzo configuration. I have a htaccess file in  /home/soft/public_html/app folder. The application does not load however as soon as I remove or rename the htaccess file the application works. The htaccess file only include this code -
PHP Code

 <IfModule mod_rewrite.c>
    
RewriteEngine On
    RewriteRule 
^$ public/     [L]
    
RewriteRule (.*) public/$[L]
</
IfModule


Posted By: peopleinside on June 6, 2017, 4:07 pm | Post: 1
Hi,
seems without the .htaccess the application work so the issue is in the .htaccess.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.