how-to-geek
Minggu, 23 September 2018
Sabtu, 30 April 2016
MypindarestingAlerts
This is test mail to varify your blog
WPDeals
#54321fatafata$101#2016*$1190416#pinteresting132
Sabtu, 09 April 2016
newsletter dated 12-00-13
:) FataafatDiscountsDhamaal :)
If you are looking for a professional and premium design for your website or blog, we got it! Profesional Wordpress themes and plugins that are well designed and simple to set up.
Use Wordpress Themes listed with our Wordpress Plugins and create a website today.
Easy To Use & Customize, Unique & Creative Design, Support that Really Helps.
Best WordPress themes and top useful plugins. Collection of premium WordPress themes, professional templates and best plugins with honest review. for more details visit: wpdeals.in
OMGRESEARCH$1111$OMG0398
Minggu, 22 Mei 2011
RESPONSE REQUIRED: confirm unique article delivery address
You have just requested to have unique content articles delivered to this email address. If that is indeed the case, please click the link below to confirm the subscription. If you don't want to receive articles to this address, then simply discard this email.
Click here to confirm
At any time you can log in to your account at http://www.uniquearticlewizard.com/bloggers to change your article and account preferences.
If you have any questions please contact us at the Helpdesk
Thanks,
Noel Swanson
Minggu, 31 Oktober 2010
Virtual Host Configuration (Virtual Domains)
Open the httpd.conf file (or apache.conf) you. Its location is usually in the directory / etc or / opt / lampp / etc.
Enable Virtual Host module by removing the "#"
# LoadModule vhost_alias_module modules / mod_vhost_alias.so
becomes:
Vhost_alias_module LoadModule modules / mod_vhost_alias.so
Or similar module name.
Add the following line at the very bottom:
# Customs
Include / opt / lampp / htdocs / virtual-host.conf
or
# Customs
Include / home / ipul / virtual-host.conf
If the default installation of Apache already has a virtual-host.conf configuration file or the like, just use that.
Add these lines and save on a virtual file-host.conf:
<VirtualHost 127.0.1.2>
ServerName howto-geek.blosgpot.com
DocumentRoot / home / ipul / web / howto-geek.blosgpot.com
<Directory /home/ipul/website/howto-geek.blosgpot.com>
AllowOverride All
All Options
</ Directory>
</ VirtualHost>
Add Host / Domain
Then add the host howto-geek.blosgpot.com with the IP 127.0.1.2 to the file / etc / hosts (as root!)
Howto-geek.blosgpot.com 127.0.1.2
after that restart by means of:
/ Opt / lampp / lampp start
now open in your browser http://howto-geek.blosgpot.com if open means you can learn to make Multy own domain.