Snippets Collections

    <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>

star

Wed Dec 27 2023 01:44:50 GMT+0000 (Coordinated Universal Time) https://askubuntu.com/questions/629995/apache-not-able-to-restart

#apache2
star

Wed Nov 29 2023 03:44:40 GMT+0000 (Coordinated Universal Time) https://jjeongil.tistory.com/1909

#apache2
star

Mon Aug 29 2022 12:01:25 GMT+0000 (Coordinated Universal Time)

#wordpress #htaccess #apache2

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension