At this time every site on my server is on the domain "mydomain.com" or "subdomain.mydomain.com", I do various re-writes depending on the subdomain used to access the site.
What I want to do now, is send any request NOT from my domain or subdomains to a script for handling...... sounds simple, but I can't get it working..
This is what ...
I have been trying to get a simple spider to run with scrapy, but keep getting the error:
Could not find spider for domain:stackexchange.com
when I run the code with the expression scrapy-ctl.py crawl stackexchange.com. The spider is as follow:
from scrapy.spider import BaseSpider
from __future__ import absolute_import
class StackEx...
In my website everybody can send some links to other nice websites.
All links in my database must by unique, but some links are with 'www.' prefix, and some without.
Some ends for '/', some not.
For example:
|http://www.example.com
|http://example.com
|http://example.com
|http://example.com/
and other problems can be...
i have hosting accout in go daddy its a delux plan so i can assign more than one url
right now i got two of them they both registerd throgh go daddy in the same account.
right now i would like to give some storage space to a freind that have a url ( also go ddady) in a different account .
and i do not know how to do it ....
i have a site like twitter.com on server one and on server two i have forum, which path is like domain.com/forum
on server one i wanted to implement wild card dns and put main domain on it. but on server two i wanted to keep forum separate, i cant give sub-domain forum.domain.com, because all its links are already put in search engines ...
Hi all,
Is there a folder in the Domain Directory of Weblogic, where files put inside can be accessed directly from web browser? In other word, I don't have to pack the file in an ear, war file and deploy it to make it accessible?
Thank you very much
Regards
K.
...
Hi,
how can i stop accessing my website content [like image,swf,pages etc.] from other domain?
suppose my server has a myflash.swf file in my server with live url http://www.mydomain.com/flash/myflash.swf . i want this flash can't be accased by any other domain using the live url. is it possable?
thanks in advance.
...
A domain model collection (normally a List or IEnumerable) is delegated to a ViewModel.
Thats means my CustomerViewModel has a order collection of type List or IEnumerable.
No change in the list is recognized by the bound control. But with ObservableCollection it is.
This is a problem in the MVVM design pattern.
How do you cope with ...
My Tumblr is now linked to my domain, iamgabeaudick.com. But each time I create a new post, iamgabeaudick.com goes blank for a few hours. Eventually, all works fine again.
Is there a way to avoid the downtime and have the domains work seamlessly, though?
...
Hello,
I have two domains. One domain contains the login script. It creates a cookie when logged in. Another domain have a URL shortener.
So, on the 2nd domain that have the URL Shortener script have a file called session.php. Usually I was using $_COOKIE['sessionid'] to get the session id and match it using database.
How can I get th...
Hi there,
I'm building a website that allows users to check the availability of international domain names, much like http://instantdomainsearch.com/ . My approach was to do a simple whois lookup on each request, but I'm now realizing that there are pretty harsh daily or hourly limits, e.g. http://www.dns.pl/english/whois.html#11 "Allow...
I have a list of 5000 words I would like automatically to check which ones are free as xxxx.com domain. Is there a free service to do so instead of copy/pasting thousands of times in register.com
I am not searching for an automated solution to make profit of it. I need to buy a domain for myself.
...
When using SQL Alchemy for abstracting your data access layer and using controllers as the way to access objects from that abstraction layer, how should joins be handled?
So for example, say you have an Orders controller class that manages Order objects such that it provides getOrder, saveOrder, etc methods and likewise a similar contro...
Hello guys. I've got SOA which processing data for diff clients(asp,sl). The base of this design is domains of my business model. For transporting,showing it to clients I use DTO. For mapping domain to DTO I use AutoMapper. Now I should persist new entities from clients. I want use my DTO's at this scenario too. So i've got some questio...
I try to implement simple server on python based on HTTPServer.
How can i extract information about site domain served in current request?
I mean it can serv several domains such as site1.com and site2.com for example, how can i get it in this code:
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
class MyHandler(BaseHTTPR...
hi!
I have me own xamp server on my office and I developed an intranet witch clients can access through client.com domain... I have an index.php with header("location:ipadress") .
i was wondering if it is possible to redirect cliente to my office ip adress but mantain my domain name in the browser like http://intranet.client.com
is t...
Using Javascript I'd like to get the domain value for a specific cookie.
Is this possible? If so, how?
To clarify: I'm not looking for the value of the cookie. I'm on "subdomain.domain.com" and I need to remove a cookie whose name is known but its domain value is something like ".domain.com". In short: I'd like to get the value of ".do...
Hello, I am using djano-cms for my site, but instead of language alias /en/ /de/ I need to use another domain. I would like to avoid running multiple django instances, and instead I would like to use lighttpd redirects if possible.
I would like requests coming to domain2.com getting data from domain.com/en . The best would be if the user...
I want to change address of my online page but want to make sure that I won't lose any SEO thing.
e.g. want to move a page from http://example.com/1.aspx to http://example2.com/a.aspx
Is it possible to do this?
If yes, then how?
If no, what best could be done here if I have to move page and there is no way to stop this.
...
Hey,
I am about to purchase a domain name for a bit of money. I do not personally know the person who I am purchasing the domain name from, we have only chatted via email.
The proposed process for the transfer is:
The owner of the domain lowest the
domain name security and emails me
the domain password, I request the
transfer
After t...