|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/shortable.org/../able-sp.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# Enable DirectoryIndex to serve index.php as default
DirectoryIndex index.php index.html
# Enable URL rewriting for blog articles only
<IfModule mod_rewrite.c>
RewriteEngine On
# Rewrite blog URLs to article.php
# e.g., blog/article-slug/ -> article.php?slug=article-slug
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^blog/([a-z0-9-]+)/?$ article.php?slug=$1 [L,QSA]
</IfModule>AnonSec - 2021