-
Brent Allison posted on the forum topic Persistent wp_enqueue_script – jQuery in the group How-To and Troubleshooting: 14 years, 5 months ago
Thanks @mydesignbytes. Just what I was looking for!
-
Brent Allison joined the group How-To and Troubleshooting 14 years, 5 months ago
-
Brent Allison posted on the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
I’m dying here. I really need to get this problem fixed.
-
Brent Allison posted on the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
Anyone else have any ideas?
-
Brent Allison posted on the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
No luck. Here it is right now:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php -
Brent Allison posted on the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
The lite version of ISAPI_Rewrite does not support local .htaccess files. It relies on a server wide httpd.config file.
-
Brent Allison posted on the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
I already have the ISAPI Rewriter Plugin that Andy Stratton created installed. I also just tried to make the change to the bp-core-catchuri.php file that was outlined in the other article, but it had no affect. I do not want to dive into custom 404 handling. There should be a way around it other than […]
-
Brent Allison joined the group Installing BuddyPress 14 years, 5 months ago
-
Brent Allison started the forum topic Rewrite issues / Page not found in the group Installing BuddyPress: 14 years, 5 months ago
I have just installed WordPress 2.9.2 and BP 1.2.3. I am running the site on IIS 5.1 with ISAPI_Rewrite v 3. My url looks like this: http://localhost/wordpress My permalink structure looks like this: /%category%/%postname%/ My httpd.conf file (required for the lite version of ISAPI_Rewrite 3) looks like this: RewriteEngine On RewriteBase…[Read more]
@brentallison
Not recently active