dcc24496
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreAlready tried switching code’s position in my htaccess, did not worked.
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreI’m receiving 500 error when I visit those old pages, it does not go to 404.html
Your fix does something, it correctly triggers the parameters, I’m sure it’s one more detail that needs to be changed to fix my problem.I’ve used this htaccess code:
# 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] RewriteCond %{QUERY_STRING} (p|option|g|b)=* RewriteRule ^(.*) /404.html [L] </IfModule> # END WordPressYour main issue is not a problem for me, I access the pages using permalinks defined like this : http://NNNN.com/my-first-post
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreExamples of old URL structures (all of them were working in my old site):
/?p=productsMore&iProduct=178
/?option=com_puarcade&Itemid=97&fid=9
/?p=productsList&iCategory=39&page=2
/?g=3&idSes=
/?b=7&idSes=All I could think of is to capture with a rewrite rule the string /?
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreYes, it has, I even reset the theme to Twenty Eleven which i checked and has 404.php
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreForgot to add an example:
http://NNNNNN.com/?p=productsMore&iProduct=268&sName=bruder-prives-Lemker-Solitair-9
When opening this url of my site instead of a standard 404 error page I get to see a page identical with index.phpForum: Fixing WordPress
In reply to: How to add an Author to 100 different wp blogs ?Yes, different databases, since they’re spread all over the place.
I was wondering maybe there’s a tool I don’t know about , a remote windows app that manages many wordpress aspects and among them the one I’m looking for.
Or maybe a bot already exists that automate this process.
I can’t believe I’m the only one on this planet facing this problem. I always believed if I have a problem, other people faced same problem and I can found online the solution, free or paid. I suppose I should feel special but I’m not , I’m just frustrated I have to go pay someone to make a custum script.