anatman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: crippling permalinks bug!Here is my htaccess:
AddHandler php5-script .php <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # REDIRECTS OLD PAGES Redirect 301 /baixar/ https://taijiquan.pro.br/wordpress-dicas/ Redirect 301 /videos-e-livros/ https://taijiquan.pro.br/livros/ Redirect 301 /contato/ https://taijiquan.pro.br/eduardo/#contato # HOTLINKING RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https://(www\.)?taijiquan.pro.br/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://(www\.)?taichichuan.pro.br/.*$ [NC] RewriteCond %{HTTP_REFERER} !^https://(www\.)?taijiquan.local/.*$ [NC] RewriteRule \.(gif|jpg|png|js|css|mp3)$ - [F] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: crippling permalinks bug!Hi mrmist, thank you for your reply.
If you go to my site (the homepage), you will see two posts: the one on the left is called “Penjin” and is in the “Ensinamentos” category. If you click on it, you will see that the URL in the browser changes to the post’s URL, but you still see the homepage. The one on the right is in another category and can be accessed normaly.
If you go to the “Ensinamentos” archive, it shows allright, but clicking on any silgle post belonging to that category takes you to the homepage.
As a troubleshooting measure one can try to go to:
1) https://taijiquan.pro.br/e/pengjin : this shows the post, surprisingly.
2) https://taijiquan.pro.br/en/pengjin : this shows a 404 correctly.
3) https://taijiquan.pro.br/ens/pengjin/ : this takes you to the homepage.
4) https://taijiquan.pro.br/anygarbageatall/pengjin/ : shows the post, also very suprising.For all other categories, behavior is normal, except that simptom n. 4 is there too.
The permalinks structure is: /%category%/%postname%/ which was working before the upgrade to 2.7. I have two other blogs in the same host, same setup, they work allright.
Forum: Fixing WordPress
In reply to: crippling permalinks bug!I just tried deactivating all plugins, and the problem is still here. I also tried going back to PHP4, but it didn’t help (i did it through htaccess itself with AddHandler).
All help will be much appreciated!
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] transitions not working for rotating imagesHey pasber thank you for your help.
I don’t need skinning or plugins, or any very advanced feature, that’s fine.
I’m sorry to take your time, but if you can help me a bit more with this i will be gratefull: i downloaded the mediaplayer 4.2, renamed player.swf to mediaplayer.swf, and put the file in the swf directory of your plugin. When i loaded the page nothing happened: no player showed up.
(right now the original 3.16 player is in use, if you want to see the page with the 4.2 player just tell me)
Do i have to do something else? Would you direct me how to replace the player?thanks a lot
Forum: Fixing WordPress
In reply to: response headers buggyTo those plagued by this: the problem is PHP4 running under (Fast)CGI. Solution: use PHP5 or PHP as a module.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] transitions not working for rotating imagesSo, fade and slowfade are not suppoorted by the player version?
Do you think i can just replace the player by the current one, or would you have plans to update the plugin to use the latest player?Thank you for you support
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] waste of bandwidth?Hey pasber,
Thank you for your fast reply. And for the plugin, it is very nice.Forum: Fixing WordPress
In reply to: response headers buggybump?
Forum: Fixing WordPress
In reply to: response headers buggyanyone ?? ?
Forum: Fixing WordPress
In reply to: response headers buggyHi hotkee, thank you for your answer.
I was using the Firefox plugin called WebDeveloper. What puzzles me is that if you go for example to Matt’s website, the response headers show a status code of 200 OK as expected, and if you try a non-existing page there the status code will be 404 Not Found (attention to the text). This is generated by WP. So, why would my 404 page return a 404OK header? (all this using Firefox WebDeveloper).
I tried your suggestion, web-sniffer, but the status codes it reports contain no text, just the number. The numbers look right, but they look right when i use Firefox too.
The answer i am looking for is: since it is WP generating the status code numbers and text, how come it generates the correct numbers but the wrong text? How come it is so for me, but not for everyone?
Forum: Fixing WordPress
In reply to: Site Becomes A Mess Without The Slash On The EndMaybe a relative URL in a CSS rule? I suggest you use Firefox, install the web developer toolbar extension, and check for that. Or, just check the CSS for relative URLs.
Forum: Plugins
In reply to: Extended Live Archives (ELA) [update request]Thanks, i will try that as soon as i upgrade. I am not sure there will be any other updates from that developer tough, it seems he switched to Habari (and is a commiter)…
I’ll post my results when i am through.Forum: Plugins
In reply to: Extended Live Archives (ELA) [update request]Yay! I’m happy to hear (read) that. Thank you for your efforts! They will certainly be much appreciated.
Forum: Plugins
In reply to: Extended Live Archives (ELA) [update request]Thank you for your reply!
SRG Clean Archives has one important shortcoming: being date-centered only. If you want a subject-centered organization, it just doesn’t cut it… nice for a blog, but not enough for a CMS.
ELA can be date, category or tag centered, and the reader can switch interactively. I believe that is the main reason so many people stick with it, despit the lack of development. And it supports UTW.
Take a look: https://taijiquan.pro.br/indice/ (not in english)Forum: Fixing WordPress
In reply to: RSS dates at 2014 !anyone, please?