How to set up wildcard subdomains?
I want to setup wildcard subdomains. Also anything.example.com must be redirected or located to example.com. Can I do it with .htaccess or httpd.conf or do I need to change dns settings too ?
Similar entries
- How to setup auto_prepend_file with safe mode and open basedir restriction
- Set auto_prepend_file with .htaccess on Hosteurope managed hosting
- Apache Error: make_sock: could not bind to
- [warn] [client 1.2.3.4] mod_fcgid: HTTP request length 137744 (so far) exceeds MaxRequestLen (131072), referer
- 403 error after installing Nagios and Webmin (conflict)
- Howto protect admin.php / login.php with htaccess password
- CuteFTP or FTP Client lists just 1998 / 2000 files
- Multiple Virtual Hosts on Localhost of Apache / WAMP
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- Server Benchmark with PHP 5 : ThePlanet, Hosteurope, Hetzner
- How to add new sites to Drupal's service links module?
- Minimize Opera to Windows system tray on Windows
- Fix Cpanel/WHM's easyapache and up2date issue (certificate verify failed)
- Url manipulation with mod_rewrite and php-catcher for beginners
- Prevent hotlinking with htaccess and mod_rewrite
- How to change 'Welcome to the Frontpage', index-title of Joomla 1.5
- Notepad++ FTP problem (NPPFtp doesnt work under Windows7)
- CCK Text Field in Node-Teaser?
- Unable to send e-mail. Please contact the site admin, if the problem persists (Drupal Error)
- Powertoys for Windows XP let u work faster and easier

add a entry to your dns like
* your.ip.address
and add a alias to your httpd.conf
example.com *.example.com
Forget wildcard because spammer using it.
Post new comment