Skip to content

Commit

Permalink
added new apis
Browse files Browse the repository at this point in the history
  • Loading branch information
ksportalcraft committed Nov 10, 2024
0 parents commit 32285e3
Show file tree
Hide file tree
Showing 4,513 changed files with 770,615 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 10 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ErrorDocument 403 /err.php
ErrorDocument 404 /err.php

Options -Indexes

RewriteEngine On
RewriteCond %{THE_REQUEST} \s/profile\.php\?profile=([^\s&]+) [NC]
RewriteRule ^profile\.php$ /+%1? [R=302,L]

RewriteRule ^\+([a-zA-Z0-9_]+)$ /profile.php?profile=$1 [L]
Loading

0 comments on commit 32285e3

Please sign in to comment.