diff --git a/public/.htaccess b/public/.htaccess index 5a5101c..13ab965 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -33,17 +33,9 @@ # -------------------------------------------------------------------- # | 4. Fallback for SPA-like refreshing (The "White Screen" Fix) | # -------------------------------------------------------------------- - # If the file exists, serve it (images, css, js) - RewriteCond %{REQUEST_FILENAME} -f - RewriteRule ^ - [L] - - # If not found, trying appending .html (for flat files) - RewriteCond %{REQUEST_FILENAME}.html -f - RewriteRule ^(.*)$ $1.html [L] - - # If still not found, show Custom 404 Page - # DO NOT fallback to root index.html for non-existent pages (causes soft 404s) - ErrorDocument 404 /404.html + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule . /index.html [L] diff --git a/public/sitemap.xml b/public/sitemap.xml index 22cf3fc..a5209ad 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -http://localhost:3000/http://localhost:3000/about/http://localhost:3000/projects/http://localhost:3000/residential-real-estate/http://localhost:3000/lifestyle/http://localhost:3000/contact/http://localhost:3000/compare/http://localhost:3000/privacy-policy/http://localhost:3000/terms-of-service/http://localhost:3000/residential-real-estate/barca-at-godrej-msr-city/http://localhost:3000/residential-real-estate/godrej-woods/http://localhost:3000/residential-real-estate/godrej-hoskote/http://localhost:3000/residential-real-estate/godrej-lakeside-orchard/http://localhost:3000/residential-real-estate/godrej-tiara/ \ No newline at end of file +https://skyandsoil.metatronnest.com/https://skyandsoil.metatronnest.com/about/https://skyandsoil.metatronnest.com/projects/https://skyandsoil.metatronnest.com/residential-real-estate/https://skyandsoil.metatronnest.com/lifestyle/https://skyandsoil.metatronnest.com/contact/https://skyandsoil.metatronnest.com/compare/https://skyandsoil.metatronnest.com/privacy-policy/https://skyandsoil.metatronnest.com/terms-of-service/https://skyandsoil.metatronnest.com/residential-real-estate/barca-at-godrej-msr-city/https://skyandsoil.metatronnest.com/residential-real-estate/godrej-woods/https://skyandsoil.metatronnest.com/residential-real-estate/godrej-hoskote/https://skyandsoil.metatronnest.com/residential-real-estate/godrej-lakeside-orchard/https://skyandsoil.metatronnest.com/residential-real-estate/godrej-tiara/ \ No newline at end of file