david-rostan
Forum Replies Created
-
Forum: Plugins
In reply to: Does asp.net root directory mean WP folder can’t rewrite urls?My host can run both asp.net and php on the same domain. i’m on rackspace cloud.
I can have website.com be asp.net, but website.com/blog be php.
I was told that since website.com was asp.net that website.com/blog would never be able to do url rewrites.**I don’t know if that is true. I would prefer to find a way to make the .htaccess file (in the website.com/blog directory) work to allow url rewrite. Can that work?
If it cannot, i can set up a subdomain, but i don’t know if that will work.
I really want to know the answer to the ** question.
Forum: Fixing WordPress
In reply to: Database user/pw integration with ASPI would love to know the answer to that question. Seems like there are a lot of unanswered questions on that topic in this forum.
Forum: Fixing WordPress
In reply to: Integration with ASP.NETI had wordpress running in an iframe and that worked pretty well.
I’m not sure how to do it, (not a programmer) but that may help you search for solutions.Forum: Installing WordPress
In reply to: Install works, wp-amin works, blog doesn’tThe problem was a redirect loop.
This plugin fixed it in 2 secondshttp://txfx.net/files/wordpress/disable-canonical-redirects.phps
See this blog post
http://enlightenedwebmastery.com/how-to-fix-the-redirect-loop-error-in-wordpress#comment-193Forum: Installing WordPress
In reply to: Install works, wp-amin works, blog doesn’tIs there a better forum for this question?
I don’t know, but I can’t help but believe there has to be a simple solution.Forum: Installing WordPress
In reply to: Install works, wp-amin works, blog doesn’tI deleted my database and my wordpress files and tried it again and still no luck. So, i am guessing it must be a problem with my wp-config.php file b/c that’s all i touched? I double checked all my settings (user name, password, database, etc.) and they are correct, so that leaves the “KEYS”? I just typed junk into those like this:
define('AUTH_KEY', 'as7g7fd7987a0987g0987fdsa987'); define('SECURE_AUTH_KEY', '0987g987ag0987fg0987gf987iht4h42h2'); define('LOGGED_IN_KEY', '84o098tuoi309oit3reio98tuqp984t8j4g'); define('NONCE_KEY', '898qh4tp9q8hfpa98h4pw98hfp4398hfpa84hfp938h');I’ll go back and change them.
But if it isn’t that, what could it possibly be? I only did the basic install.
I am completely new to this, so I would greatly appreciate help.
Thanks.Forum: Installing WordPress
In reply to: Install works, wp-amin works, blog doesn’tjust to add some more info, the error i get refers to a redirect loop in the .htaccess file. i don’t see any .htaccess files, but i wouldn’t know what to look for or where.
Forum: Fixing WordPress
In reply to: ASP.NET compatibilityExactly what i wanted to know!
1) Is single sign on possible? (Or can I “sync” my registrations each night?)
2) Can I modify the wordpress login fields to match those that I require for my asp site?I am all set up to run both asp and php, but just need to know if there is a way to pass info between them.
Forum: Fixing WordPress
In reply to: User PermissionsThis link helped me let users post things, but it lets EVERYONE post.