Tagged Questions
0
votes
0answers
39 views
domain and subdomain working with drupal
I have a domain let its called www.example.com and I have a Drupal instance of this as a subdomain called dev.example.com. example.com is place directly at the root of public_html while the Drupal ...
3
votes
1answer
574 views
Will adding “www.” to my domain setting in Google Analytics impact already collected data?
I have a profile in Google Analytics (GA) that has been collecting data for a year. The domain setting in GA is "http://example.com". The site, however, will redirect any non-www request, to ...
2
votes
1answer
352 views
GoDaddy-Drupal Site down due to mysql password change, how to change it back?
PDOException: SQLSTATE[28000] [1045] Access denied for user 'lev1127301002684'@'188.121.41.131' (using password: YES) in lock_may_be_available() (line 167 of ...
4
votes
1answer
726 views
How to internally rewrite a page when requested from specific HTTP_HOST
I have a Drupal site, site.com, and our client has a campaign that they're promoting for which they've bought a new domain name, campaign.com. I'd like it so that a request for campaign.com internally ...
0
votes
1answer
669 views
Replace %26 in htaccess to %2526
I would like htaccess to rewrite example.com/something_%26_else into example.com/something_%2526_else.
I'm importing a bunch of pages that have ampersands in the title from Mediawiki. These are ...