Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: The requested URL /register/ was not found on this server.


rogscorp
Participant

@rogscorp

RewriteEngine On

RewriteBase BASE/

#uploaded files

RewriteRule ^(.*/)?files/$ index.php [L]

RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

# add a trailing slash to /wp-admin

RewriteCond %{REQUEST_URI} ^.*/wp-admin$

RewriteRule ^(.+)$ $1/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule . – [L]

RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]

RewriteRule . index.php [L]

<IfModule mod_security.c>

<Files async-upload.php>

SecFilterEngine Off

SecFilterScanPOST Off

</Files>

</IfModule>

Ok. I put this on .htaccess and it comes back with 500 internal server error.

Now, not only buddypress but also WordPress does not work.

The whole site is tangled with 500 error.

If I delete .htaccess, WP works but BP comes with 404 error.

Skip to toolbar