ACC SHELL

Path : /srv/www/vhosts/printeco/
File Upload :
Current File : /srv/www/vhosts/printeco/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?path=$1 [NC,L,QSA]

RewriteCond %{HTTP_HOST} !=localhost
RewriteCond %{HTTP_HOST} !=mamp
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

ACC SHELL 2018