.htaccess – where is this file?
-
I activated my buddypress plugin and to do that i had to change my permalink settings from default to another one offered within wordpress ready options…
cool
but then i get this message
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
The point is
Where do i find this file that i need to update. I did a search in the wordpress folder and this file is not there?Please Help
Thanks
Anand
- The topic ‘.htaccess – where is this file?’ is closed to new replies.