Log in

FutureSight Forums

Index » Tech help » How do you make a dispatcher.php? (Atom feed)

Pages: 1

#1: 30 Mar 2016 11:09

offline Krett12

Member

I tried making it the 404 in htaccess but that did not work

#2: 30 Mar 2016 13:56

offline Jacob

Administrator
user avatar

The way we did it was by using a RewriteRule.

The code I used was something like this:

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ dispatcher.php

See the file used on Mod Share for an example.


Jacob G.
Executive director and co-head developer

#3: 01 Apr 2016 03:44

offline Krett12

Member

Thank you

#4: 09 May 2016 04:13

offline Krett12

Member

Will the POST arguments be passed thru?

#5: 09 May 2016 05:49

offline Jacob

Administrator
user avatar

Krett12 wrote
Will the POST arguments be passed thru?

Yes, they will.


Jacob G.
Executive director and co-head developer

#6: 12 May 2016 04:20

offline Krett12

Member

Thanks.

Index » Tech help » How do you make a dispatcher.php? (Atom feed)

Pages: 1

Embed topic (Show)