tachang
tachang
Comments
-
I am seeing the file send-now.php is probably my best bet to add the hook.
-
I'm sure you get this quite a bit so for other people you want the AllowOverride command:
<Directory /var/www/> Options Indexes FollowSymLinks MultiViews …
-
Thank you ben. I just tracked it down in the source to
Open tracker
RewriteRule ^t/([a-zA-Z0-9/]+)$ t.php?i=$1 [L]
and $_GET['i] not being populated.
I hit the url manually with i being th…