gravis
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Embedding Adsense in post page, not indexTry the steps on this link – http://www.bloghash.com/2006/11/conditional-display-of-adsense-in-wordpress/
Forum: Fixing WordPress
In reply to: creating a custom folder in public_htmlresolved!
Forum: Fixing WordPress
In reply to: creating a custom folder in public_htmlGot it working now! I did not made any changes to htaccess though I tried many things. Finally I tried creating a subdomain pointing to my folder and then when I accessed it using domain.com/cube/ it works… strange but that’s how it is.
Forum: Fixing WordPress
In reply to: creating a custom folder in public_htmlAnyone, any clues?
Forum: Fixing WordPress
In reply to: creating a custom folder in public_htmlThe content of my htaccess file are:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^my-domain.com [nc]
RewriteRule (.*) http://www.my-domain.com/$1 [R=301,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Viewing 5 replies - 1 through 5 (of 5 total)