.htaccess's archive
Pointing URL from non-www to www
There is a second approach where pointed domains and subdomains become automatic, meaning no specific code is required for each pointer. While this method is much easier to use and does not need to be modified when adding more domains or subdomains, note that there are some restrictions when using this method.
Domains and [...]
Domain tips: Domain and subdomain pointing
The examples below assume that your root public directory (where you would put this .htaccess file) is htdocs, which is the default setup for Apache. If your setup is different, then you may need to adjust the examples accordingly.
This approach has you code the first part of the domain or subdomain name and [...]
How to protect login on Wordpress admin ?
This should be fixed with the 2.0.7 Wordpress upgrade, however, let’s add a little extra security with a htaccess file. This will limit access to this folder by IP address. Any attempts at accessing any file within this folder will be greeted with a Forbidden error message.
I placed this file in the /wp-admin folder:
Create file [...]
How to avoid errors “Duplicate Content”
“Duplicate Content” is one of the many errors that have Webmaster when conducting SEO (Search Engine Optimize) for their websites. First, we find out from where this error.
With Google or other search sites (SE), the domain example.com and www.example.com is 2 domain completely separate. This is surprising to those who think they are a capital. [...]
Visitor IP Banning: How to using .htaccess
The below form generates the appropriate .htaccess code to ban visitor(s) from your site based on their IP address. You can enter a partial IP address (see “Valid Entries” below) to catch all IP addresses that contain the partial IP within it. Separate each IP address with a line break, so each IP occupies its [...]
Banning IP Addresses Using .htaccess
- Must use a Html Text Editor.
> Step One
Add this to your .htaccess file at the root www directory, in other words, don’t overwrite the existing file.
<Files 403.shtml>
order allow,deny
allow from all
</Files>
> Step Two
Add the IP’s to Ban.
deny from 69.42.67.196
deny from 4.79.248.8
One line for each IP address preceded by ” deny from “
The .htaccess [...]
Recent Posts
- Free Panda Internet Security 2010: Windows 7 Launch Party
- FREE 1-year license of Kaspersky Internet Security 2010!
- Warning hack password Yahoo mail !
- How to Use Western Union quick cash at Google Adsense ?
- Western Union available in VietNam
- Facebook for Nokia phones
- DailyMotion now offering Embed HD Video Players
- Free Adword voucher $50
- How to create Shortlinks with Google Apps
- Auto post to Blogger with PHP
- Free Auto Blogger: Auto post rss feed
- The Google Analytics API and PHP
- Using the Google Analytics API - getting total number of page views
- Google Analytics PHP API class
- Blogger team warning Spam posts
- Adsense launching “Category filter Beta”
- Alternatives to Google Adsense by other programs
- What is Adsense Smart Price ?
- How to avoid Adsense Smart Pricing ?
- How to use Adsense again if get banned
Recent Comments
- Patrik
in Warning hack password Yahoo mail ! - Nancy
in Auto post to Blogger with PHP - Tony M J
in DailyMotion now offering Embed HD V… - fonfenVak
in Enable Ping track in wordpress - DaiVyCorp - Int…
in My Google AdSense Account Is Disabl… - DaiVyCorp - Int…
in My Google AdSense Account Is Disabl… - AlexAxe
in VPN Protocols - jennefoh
in Make more money: YouTube Videos Com… - GlenStef
in VPN Protocols - DaiVyCorp - Int…
in Why should I use proxy servers ?
Most Commented
- Top 10 ways to boost alexa ranking (4)
- How to Boost Alexa Ranking (4)
- VPN Protocols (4)
- Make more money: YouTube Videos Coming to AdSense (2)
- My Google AdSense Account Is Disabled (2)
- Top 10 secrets success with business online (1)
- SEO with Site Address / URL (1)
- Free Ways to Increase Your Blog Traffic (1)
- How to SEO wordpress, The Complete Guide (1)
- Manual Unzip Server Command (1)
Most Viewed Post
- Top 10 ways to boost alexa ranking - 1,582 views
- Invalid Clicks Contact Form: How to contact to Google Adsense support Team - 1,184 views
- Adsense launching “Category filter Beta” - 1,177 views
- Auto post to Blogger with PHP - 1,146 views
- How to SEO Copywrite - 1,111 views
- Tutorial: IPSec Security structure - 1,108 views
- SEO with Site Address / URL - 1,009 views
- Free Auto Blogger: Auto post rss feed - 948 views
- How to Prevent Spam VBB with GeoIPCountry - 883 views
- How to Use Western Union quick cash at Google Adsense ? - 876 views
Categories
- How to (51)
- SEO (33)
- Google adsense (31)
- Business land (13)
- Security Policies (21)
- Tips (26)
- Technology news (7)
- Traffic guide (9)
- Top secrets MMO (6)
- Tutorials (10)









