Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
pikakid98 committed Jul 13, 2024
1 parent 50f3c31 commit 6f2ba85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<IfModule mod_rewrite.c>

# Enable Rewrite Engine
RewriteEngine On
ErrorDocument 404 /index.html
RewriteRule ^x$ https://x.com/Pikakid98FromYT [R=301,L]
RewriteBase /
# Redirect Urls (Permanent)
RewriteRule ^x$ https://x.com/Pikakid98FromYT [R=301,L]

</IfModule>

0 comments on commit 6f2ba85

Please sign in to comment.