Forums
-
- Forum
- Posts
-
- Installation
- 27,757
- Troubleshooting
- 60,837
- Themes
- 10,202
- Plugins
- 15,012
- Requests & Feedback
- 14,661
- Showcase
- 3,238
-
Yep, it’s there. Here’s my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS