My site lies on lokalnom hosting when you transfer to nastasi does not load css, js and images.
When will remove all the files .htaccess then everything works.
Here is the code, how to fix?
RewriteEngine On Options +Indexes Options +FollowSymLinks # Redirect for categories (to the end of the URL was /) #RewriteBase / #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} !-f #RewriteCond %{REQUEST_URI} !/$ #RewriteCond %{REQUEST_URI} !.html$ #RewriteCond %{REQUEST_URI} !.xml$ #RewriteRule (.+) $1/ [R=301,L] # C redirect www to without www RewriteCond %{HTTP_HOST} ^www.portfoolio.online RewriteRule ^(.*)$ http://kinozalle.ru/$1 [R=permanent,L] # Redirect to the main (from /index.php,html /) RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\\ /index\\.html\\ HTTP/ RewriteRule ^index\\.html$ / [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\\ /index\\.php\\ HTTP/ RewriteRule ^index\\.php$ / [R=301,L] # Redirects RewriteRule ^page/([0-9]+)(/?)$ index.php?cstart=$1 [L]