logo

Palette - Make it Colorful🎨

Palette - Visual Page Builder, no design degree required.

Live Demo Download Palette

Scroll

ինչպես կատարել 301 վերափոխում շարժիչի միջոցով .htaccess ֆայլի օգնությամբ

22/02/2025, by Անանուն (չի ստուգվել)

Բարի օր, հարգելի՛ մարդիկ!

 

Ես ուզում էի 301 վերափոխում կատարել էջից  mysite.ru/index.php  http://www.rospechati.ru  էջին և ես գրել եմ հետևյալ կոդը .htaccess ֆայլի վերջում:

  

 Redirect 301 /mysite.ru/index.php

http://www.mysite.ru/http://www.mysite.ru/

 

ասեք խնդրում եմ, ճիշտ եմ արել, թե ոչ:

Նախապես շնորհակալություն!

 

այստեղ ամբողջական կոդն է .htaccess ֆայլի:

 

RewriteEngine on

DirectoryIndex /pages/index.php

Options +FollowSymLinks -Indexes -MultiViews

 

RewriteCond %{REQUEST_FILENAME} !-f [NC]

RewriteCond %{DOCUMENT_ROOT}/pages%{REQUEST_URI}  -f [NC]

RewriteRule  ^/?([^?]+)?\.php$  /pages/$1\.php [NC,QSA,L]

 

<IfModule mod_headers.c>

 Header append Cache-Control "public"

</IfModule>

 

<IfModule mod_expires.c>

  ExpiresActive On

  ExpiresByType text/css "access plus 0 day"

  ExpiresByType text/javascript "access plus 0 days"

  ExpiresByType application/x-javascript "access plus 0 days"

  ExpiresByType image/gif "access plus 7 days"

  ExpiresByType image/jpg "access plus 7 days"

  ExpiresByType image/png "access plus 7 days"

  ExpiresByType image/x-icon "access plus 7 days"

</IfModule>

 

<IfModule mod_deflate.s>

  AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css

</IfModule>

 

Redirect 301 /mysite.ru/index.php

http://www.mysite.ru/http://www.mysite.ru/