i've accidentally deleted mine yesterday and i'm trying to upload one.
what should be the proper .htaccess config for a wordpress site?
i've accidentally deleted mine yesterday and i'm trying to upload one.
what should be the proper .htaccess config for a wordpress site?
█ Zomex | Now hosting over 200 websites worldwide!
█ Professional Web Hosting for both beginners and experts from just $3.99/month!
█ cPanel - Softaculous - LiteSpeed - Daily Backups - 24/7 Support
█ We also provide professional WHMCS Integration services
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
garfish (22 April, 2011)
It's got nothing to do with password security, just used to re-write URLs of posts.i did it too. but what about in terms of security?
Hidden Hit Counter My forum signature is under construction.
Here's some topics for you:
6 .htaccess Tricks for Better WordPress SEO & Security | Digging into WordPress
Yet Another WordPress Security Post – Part Two | Sucuri
Cool WordPress .htaccess Tips to Boost Your WordPress Site's Security | Tips and Tricks
And a great site for all kind of .htaccess stuff to keep you busy for awhile:
Tag Archive for [ Htaccess ] • Perishable Press
Bookmarks