|
|
|
#2 |
|
Porn Blog Addict
|
htaccess should be no different on wordpress than any other site.. the only thing is you need this code for your permalinks to work
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
http://www.htaccesstools.com/hotlink-protection/ |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|