Wer kann mir helfen irgendwie kapier ich das nicht:
Hier eine Doku :
Solution:
To use the subdomain portion of Redirect It, all you need to do is create a new blank index.shtml file. (Remember you will probably need to rename your already existing index.shtml page if you have one, in order not to overwrite it on the server.) And then this will be your default page line #79 in variables.pl $default = "http://solutionscripts.com/index_2.shtml";
place the following in the newly created blank index.shtml -
<!--#exec cgi="/cgi-bin/redirect.cgi"-->
where /cgi-bin/redirect.cgi is the virtual path to redirect.cgi(by virtual path we mean whatever comes after your url name... example: http://www.solutionscript.com/cgi-bin/redirect.cgi therefore /cgi-bin/redirect.cgi would be the virtual path)
Save the new index file and upload it to your server. You will be uploading this to your document root (the same place you would put a base index.html file) This new index file must be ssi (server side include) enabled, ending in shtml.
Thats all there is to it..
WAS HABE ICH ZU TUN wie muss die Index.shtml ausehen ??
Hier eine Doku :
Solution:
To use the subdomain portion of Redirect It, all you need to do is create a new blank index.shtml file. (Remember you will probably need to rename your already existing index.shtml page if you have one, in order not to overwrite it on the server.) And then this will be your default page line #79 in variables.pl $default = "http://solutionscripts.com/index_2.shtml";
place the following in the newly created blank index.shtml -
<!--#exec cgi="/cgi-bin/redirect.cgi"-->
where /cgi-bin/redirect.cgi is the virtual path to redirect.cgi(by virtual path we mean whatever comes after your url name... example: http://www.solutionscript.com/cgi-bin/redirect.cgi therefore /cgi-bin/redirect.cgi would be the virtual path)
Save the new index file and upload it to your server. You will be uploading this to your document root (the same place you would put a base index.html file) This new index file must be ssi (server side include) enabled, ending in shtml.
Thats all there is to it..
WAS HABE ICH ZU TUN wie muss die Index.shtml ausehen ??
Kommentar