Possible solutions of your questions

  hosting
<< Previous       .htaccess

Question: Good day.Tell me how to edit the file .htaccess - it exists but skridaila
Answer:

Hello.

To view hidden files in file Manager. before opening it, select the option - Display  indoor files (with dot) or add to address line Manager following &showhidden=1

Question: Ok. Thank you
Answer:


ok

Question: Want to make your site display without wwwни Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^site.ru$ [NC] RewriteRule ^(.*)$ http://www.site.ru/$1 [R=301,L]any Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} !^www\\.(.*) [NC] RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]does not help, what could be the reason that before (on other hosting sites, if of course depends on it)worked
Answer:

If you want to make your site display without the www then why are you doing the redirect to the site with www? That looks like your redirect:

 

Options +FollowSymLinks

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.blbank\\.ru$ [NC]

RewriteRule ^(.*)$ http://blbank.ru/$1 [R=301,L]

 

http://seo-courses.com.ua/blog/21-301-redirekt-s-www-na-bez-www.html

Question: This Coanda also gives an error \"Invalid redirect\"page
Answer:

you Have WordPress and the database has been specified in the address with www, and therefore does not work:

http://screencast.com/t/Sljihy3r

You need to change the site name in all records in the database.


<< Previous