| Linux sh105.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 Path : /home2/ctsnewco/public_html/vikashhospitals.in/ |
| Current File : /home2/ctsnewco/public_html/vikashhospitals.in/htaccess_old |
# Enable Rewrite Engine (optional, only if you're using clean URLs)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# If the requested file or directory exists, serve it
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Otherwise, serve index.html (optional, if you're doing SPA-style routing)
# RewriteRule ^ index.html [L]
</IfModule>
# Custom 404 Error Page
ErrorDocument 404 /404not-found.php