| Server IP : 199.79.63.27 / Your IP : 216.73.217.151 Web Server : Microsoft-IIS/10.0 System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_6698(lcitec7i) ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/assets/ |
Upload File : |
DirectoryIndex index.php
RewriteEngine On
# Ensure mod_rewrite is available
<IfModule mod_rewrite.c>
# Check if the request is not for a real file
RewriteCond %{REQUEST_FILENAME} !-f
# Check if the request is not for a real directory
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite the URL to remove index.php
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>