Dominios
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Re-direct site URLhi! i have the same problem i want to redirect so mydomain.com is always www. mydomain .com to avoid doble content, but this doesnt work : (
Should i delete the “RewriteBase / ” before ” RewriteEngine On” to write what this guy says
“RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ domain.com/$1 [R,L]”here is my htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Align blogroll-categories-archive-meta Sidebar to the Leftcan someone tell me how to align the categories to the left like this another blog that is using the same theme?
http://www.experiglot.com/lolasplayground/2006/06/13/lola-loves-skateboarders/
my blog http://blog.dominiosidn.com
Forum: Fixing WordPress
In reply to: To Forward a “page” to a subdomain help!!thanks! this is what i needed! ; ) though now i have error 404 when i create a page : ( anyway thats another issue. Thanks HandySolo!
Forum: Fixing WordPress
In reply to: 404 after save or publish a postI am having this same problem when i try to create pages.
i tried the patch -line 1413- on funtions.php but nothing.
I keep getting the following error, any idea? what can i do? : (
———my error——Not Found
The requested URL /contact/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at http://www.dominiosidn.com Port 80