Wed Nov 29 2023 03:44:40 GMT+0000 (Coordinated Universal Time)
Saved by @wheedo #apache2
sudo a2ensite [파일 이름]
#wordpress #htaccess #apache2
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com$ RewriteRule (.*)$ http://www.newdomain.com/$1 [R=301,L] </IfModule>
#apache2
apache2ctl configtest
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments