Mehul Kumar
Mehul Kumar

Reputation: 447

FallbackResource not working for .php url

Htaccess

RewriteEngine On

FallbackResource /errordoc.php

FallbackResource load content from errordoc.php when the file or data does not exist in the server. It working fine for all non-exist url except url ending with .php. When url ending with .php (example.com/something.php) than it ignore FallbackResource

How to make FallbackResource also work for url ending with .php

Upvotes: 0

Views: 167

Answers (0)

Related Questions