Tagged Questions
0
votes
2answers
136 views
How do I add my PHP app to a Wordpress page whilst keeping semantic URLs?
I am rebuilding a static website for a client using Wordpress on the main domain- eg domain.com. There is also a directory of members website at directory.domain.com which I was hoping to migrate over ...
0
votes
2answers
513 views
Why is home page content not displaying with this rewrite rule?
I am trying to pass a variable from a URL to PHP using mod_rewrite while maintaining standard WordPress functionality.
Here's my mod_rewrite rules:
RewriteEngine On
RewriteBase /
RewriteRule ...
0
votes
1answer
176 views
Modifying WP URL handing code?
I am trying to use mod_rewrite and modify WordPress' URL handling to allow for passing variables to PHP from the URL while maintaining "pretty permalink" functionality. (on WP 3.2.1)
Something like ...
0
votes
2answers
116 views
Disable category RSS Feeds on Wordpress blog with PHP
I have a Wordpress powered site and I would like to know how to disable all category based RSS feeds with PHP or even mod-rewrite if possible.
Thanks
0
votes
2answers
2k views
How can I hide that I Use Wordpress (with W3 Total Cache)
For security reasons I don't want it to be obvious that I use Word Press.
I use the W3 Total Cache plugin and minify HTML, CSS and JS. I may also use a CDN.
Is it possible to modify the W3 Total ...
3
votes
1answer
1k views
Wordpress multisite causing Error 101 (net::ERR_CONNECTION_RESET): Unknown error [duplicate]
Possible Duplicate:
WordPress upgrade now receiving Error 101 (net::ERR_CONNECTION_RESET): Unknown error
We have just installed WordPress 3.0.1 and everything worked fine. However, as soon ...