0
votes
2answers
22 views
mod_rewrite rule to use the CSS from root web folder in a subdomain
My root already has all the css and image files I require
www.example.com (my domain)
www.example.com/css/style.css (my styles)
On my hosting, my sub domain has to live inside a folder
root …
5
votes
1answer
39 views
Creating subdomains on the fly
When one signs up for Blogger or WordPress, one gets very own subdomain that works instantly. How can do like that given I have my own VPS/VDS/Dedicated server?
0
votes
2answers
19 views
.htaccess rules with a second domain to use a different directory than root?
Domain1 uses root /
I am trying to have Domain2 use /domain2
When I visit domain2.com, I want it to appear as domain2.com and use the files from /domain2 instead of root /
The closest I got was:
…
1
vote
2answers
17 views
Localhost 's subdomain with port numbers, how to?
We know that to add a subdomain for localhost, we open and edit the host file by adding lines such as:
127.0.0.1 localhost
127.0.0.1 abc.localhost
127.0.0.1 xyz.localhost
My problem is that: if …
0
votes
0answers
20 views
TinyMCE in PHP whit sub.domain.com
Hello all
i have this config file http://pastebin.org/85981
the problem is before i have change
$mcImageManagerConfig['filesystem.rootpath']
from simplecms.info to cms.schemecloud.com its have …
2
votes
1answer
26 views
Subdomains and locally installed Rails app
I can't figure out what I'm overlooking, perhaps it's obvious or lack of understanding.
The app I'm working with uses subdomains which on the hosting server work properly. I figured locally …
0
votes
1answer
35 views
Asp.net mvc 301 redirect from www.domain.com to domain.com
We have a website at domain.com, which is also accessible via a CNAME entry for www.domain.com that points back to domain.com. We'd like all visitors to www.domain.com to be redirected to domain.com …
0
votes
1answer
40 views
mod_rewrite: url rewriting plus subdomain (wildcard) rewrite at the same time
i have two rules in my .htaccess file for url rewriting:
for subdomain rewriting: xxx.domain.com is internally redirected to file.php?item=xxx
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
…
1
vote
0answers
27 views
Difficult issue with subdomain cookies - how to handle writes/read in redirects.
I'm using Perl for this but I'm not sure that matters here, this is raw HTTP.
I have various services which I've built a central login for. The services can be run off-site by third parties and I …
0
votes
0answers
14 views
Rails: Alternative ways to serve multiple layouts? e.g. iphone.example.com vs. example.com/iphone
I can use this method to signal an alternative layout.
someformat.example.com
but when I cache that it will be in, for example
public/someformat
Why involve DNS and the web server if I don't …
1
vote
1answer
39 views
create subdomain address of subdomain that does not exist, to redirect to the main domain
Would it be possible to set a 301 redirect for
sub.domain.com to redirect to domain.com/directory
even when the subdomain does not exist.
0
votes
2answers
31 views
Google app engine and custom subdomain
So, I wrote my own application which is hosted on Google app engine., and can be accessed on URL like this: http://myapp.appspot.com/ - where "myapp" is the name/id of my application.
I want the app …
0
votes
1answer
29 views
How to handle and identify multiple sub-domains
Hi,
I am planning for multiple sub-domain names based on city, something like city1.mydomain.com, city2.mydomain.com, ...
All sub-domains will point to same file structure on main domain. Then in my …
0
votes
0answers
27 views
install wordpress on subdomain or subdirectory on another server
Hi,
we have a www.domain.com and would like to run Wordpress on another server e.g. on http://blog.domain.com or http://www.domain.com/blog/
What would be the easiest to configure and what should …
1
vote
2answers
43 views
SubDomains, Folders and SEO [closed]
Hi,
I read a few places that having blog.domain.com is better for SEO than domain.com/blog,
but no explanation why?
If this is true how can I set a redirect so if anyone open domain.com/blog to be …
