Skip to content

Instantly share code, notes, and snippets.

View leo8545's full-sized avatar
🎯
Focusing

Sharjeel Ahmad leo8545

🎯
Focusing
  • Pakistan
View GitHub Profile
@immujahidkhan
immujahidkhan / cities.geojson
Last active April 15, 2025 07:38
πŸ‡΅πŸ‡° Explore the Cities of Proud Pakistan β€” Structured in JSON πŸ“„ & GeoJSON 🌍 for Seamless Integration
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RaVbaker
RaVbaker / readme.md
Created March 30, 2012 20:12
[HOWTO] Rewrite all urls to one index.php in Apache

Redirect All Requests To Index.php Using .htaccess

In one of my pet projects, I redirect all requests to index.php, which then decides what to do with it:

Simple Example

This snippet in your .htaccess will ensure that all requests for files and folders that does not exists will be redirected to index.php:

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d