Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
328 views

Is it possible to URL mask a domain name with a different one using mod_rewrite?

Here is the scenario - I have a website where customer's websites run under mine. So as an example, my domain is www.mainsite.com and a customer's website would be www.customer1.com --- but when ...
1
vote
1answer
78 views

Cakephp URL masking?

For example: I have a controller: "Services" and an action called "web". Thus, my url would be: http://www.domain.com/services/web/ How do I mask the url, such that if I type: ...
1
vote
1answer
94 views

Point a virtual sub domain to a folder - error

I have a domain name www.jannatband.com, when I access the url: http://jannatband.com/me/asd It successfully echoes the value asd, the original url is like: http://jannatband.com/me/index.php?u=asd ...
1
vote
1answer
280 views

URL forwarding+masking triggers double root directory for Url.Content() & Html.Action() under ASP.NET MVC 3 RC

(Note: tried to look for similar question, but the closest one doesn't seem to match my question still. i.e. MVC - Application root appears twice in url using Url.Content/Url.Action ) I currently ...
1
vote
1answer
426 views

URL masking in JavaScript

I currently have the following JavaScript function that will take current URL and concatenate it to another site URL to route it to the appropriate feedback group: function sendFeedback() { url = ...
0
votes
1answer
21 views

.htaccess Masking Domains

I have a server. Lets call it http://A.com I also have an 'Enjin' forum board. Lets call it http://A.B.com. The server is useful for many scripts and functional components for the admins. The forum ...
0
votes
2answers
82 views

how do i perform a url redirection and masking?

I have url where i host my webinars which is provided by webinar hosting provider. I would like to change that url to something within my domain. For eg. The webinar url is something like ...
0
votes
2answers
163 views

Masking URL in Status Bar

I'm hosting my own website on my personal server running Ubuntu server. My public IP address is showing up in the status bar each time someone visits my sites or hovers over one of the links on the ...
0
votes
0answers
180 views

Using .htacces to mask a URL, make the subdomain the root domain

I currently have a cms which builds microsites in subdirectories. So the mainsite is the root and each subsite is in a subdirectory. eg root = www.mainsite.org microsite = ...
0
votes
0answers
51 views

Javascript not working with Forwarding and masking

I am attempting to forward (with masking) a site with a small javascript widget from a long hosting account path to a different short domain name. Two items are not working when the forwarding and ...
0
votes
1answer
111 views

Zen cart using html links, but no html files

I am working with a pre-existing zen-cart site has been worked on over the years by multiple teams. Backtracking through all of the teams is not a viable option. Some of the development teams ...