Subscribe to this thread

You can recieve an instant notification when there is a reply to this thread.
Login to start

Is this possible?
Castle
Castle
Posts: 1
11th August, 2010 - 5:53AM
Is this possible to do:
make a redirection domain to the repo?
CharlieMcShane
CharlieMcShane
Posts: 16
Location: Ireland
11th August, 2010 - 3:31PM
Castle:
Is this possible to do:
make a redirection domain to the repo?


Please explain in a bit more detail, did you want the redirection happen with a Computer or iDevice? Pictures speak a thousand words, but music speaks a million.
admin
admin
Posts: 311
Location: Australia
founder
14th August, 2010 - 9:11PM
CharlieMcShane:

Please explain in a bit more detail, did you want the redirection happen with a Computer or iDevice?


He's asking if it is possible to make something like "www.mysite.com/repo" the source of his repo, but it's actually linking to myRepoSpace.

If you do it through Apache, it probably wont work. Cydia would think that "your site" was the host of the .deb, and look for the .deb on www.mysite.com/ and fail.

I think it might be able to work using a PHP or HTML redirect, but honestly, I have never tried.
ILand
ILand
Posts: 79
Location: iPhone land
15th August, 2010 - 4:20AM
admin:


He's asking if it is possible to make something like "www.mysite.com/repo" the source of his repo, but it's actually linking to myRepoSpace.

If you do it through Apache, it probably wont work. Cydia would think that "your site" was the host of the .deb, and look for the .deb on www.mysite.com/ and fail.

I think it might be able to work using a PHP or HTML redirect, but honestly, I have never tried.

I have tried this and it does not work
M0hamad
M0hamad
Posts: 74
Location: Lebanon
28th August, 2010 - 5:03AM
me too Add Me on Game Center : M0hamad

Blog - Twitter - Source

WarezOS
WarezOS
Posts: 14
Location: USA
31st August, 2010 - 2:38AM
It is possible - just follow these steps EXACTLY.

Note, deleting the .htaccess file from our directory before setting the redirect helps. eg, your subdomain is cydia.mysite.com, so /public_html/cydia/.htaccess (delete), and then set your redirect for cydia.mysite.com ----> http://cydia.myrepospace.com/myrepo

http://www.myrepospace.com/wiki/34/How-to-redirect-your-subdomain-to-your-MyRepoSpace-Repo-URL WarezOS - Your Warez Scene
admin
admin
Posts: 311
Location: Australia
founder
31st August, 2010 - 8:36AM
[quote by=WarezOS]It is possible - just follow these steps EXACTLY.

Note, deleting the .htaccess file from our directory before setting the redirect helps. eg, your subdomain is cydia.mysite.com, so /public_html/cydia/.htaccess (delete), and then set your redirect for cydia.mysite.com ----> http://cydia.myrepospace.com/myrepo

http://www.myrepospace.com/wiki/34/How-to-redirect-your-subdomain-to-your-MyRepoSpace-Repo-URL[/quote]

Is Downloading working too?