diff --git a/.htaccess b/.htaccess index 78b11a7..c8afec9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,9 @@ + + +# Enable Rewrite Engine RewriteEngine On -ErrorDocument 404 /index.html -RewriteRule ^x$ https://x.com/Pikakid98FromYT [R=301,L] \ No newline at end of file +RewriteBase / +# Redirect Urls (Permanent) +RewriteRule ^x$ https://x.com/Pikakid98FromYT [R=301,L] + + \ No newline at end of file