Okay, so I have a script that works like adf.ly; you submit a URL, the Url is shortened and then an interstitial advertisement shown before you re taken to your URL. I have the following .htaccess located in the root:
DirectoryIndex index.php
FileETag none
ServerSignature Off
Options All -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([0-9a-zA-Z]{1,6})$ fly/?to=$1 [L]
RewriteRule ^([0-9]{1,9})/banner/(.*)$ fly/?uid=$1&adt=2&url=$2 [L]
RewriteRule ^([0-9]{1,9})/(.*)$ fly/?uid=$1&adt=1&url=$2 [L]
</IfModule>
The script isising the shortURL s (you cantries here: http://www.twitsym.com/short/) 然而,这并不转而飞行。 php,然后是最后的URL。 我很可怕,没有知识。 谁能对我说出什么可能会造成问题?
名录结构是:
.../
.../fly/index.php
再次感谢你,斯克拉奥维尔!