marius_i
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: my categories get rewritten to the main page..FIXED
it was the damn Simple Tags plugin
i was using an older version because in the current beta the autotags feature is not working.i had to compromise… activated the latest simple tags version and my categories started working again
thanks guys for all the replies so far
issue resolved
Forum: Fixing WordPress
In reply to: my categories get rewritten to the main page..hello
i have tried everything in the permalink area, changing the cat base, the format in the hope that this will get overwritten but it didn’t fix the issue….here is the content of the .htaccess file (wordpress wise) – 777 perms on it so there aren’t any write problems on it:
<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://topfilm.ro$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.topfilm.ro$ [NC]
RewriteCond %{HTTP_REFERER} !^http://topfilm.ro/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.topfilm.ro/.*$ [NC]
RewriteRule .*\.(png|swf|wmv|WMV|gif|GIF|Gif|jpg|JPG|jpeg|mov|MOV|mpg|mpeg|MPG|MPEG|AVI|avi|htm|html)$ – [F]RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
</IfModule># END WPSuperCache
# 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
everything looks ok to me in the syntax…..
the tags work ok (the /tag/ URL format i mean) and when reverted to the default (no pretty links) the categories work.. something got screwed up and its eating me inside..
thank you
Forum: Fixing WordPress
In reply to: my categories get rewritten to the main page..hi,
thank you for the reply
i did check the theme (custom) and everything is ok
also i copied it in another wordpress installation to test it and everything was ok.if the theme is ok and the wp files are ok (including the .htaccess)… i’m out of words.. what can be in the database that can cause such a rewrite…
did this happen to anyone else ?
thank you
Forum: Fixing WordPress
In reply to: my categories get rewritten to the main page..anyone ?
Forum: Fixing WordPress
In reply to: my categories get rewritten to the main page..also to make things clear, i tried everything (in my opinion) before coming to these forums, i have a lot of experience with wordpress (4years) and coding skills.
this problem is driving me crazy…