localhost .htaccess not working?
Posted
by
diff
on Ask Ubuntu
See other posts from Ask Ubuntu
or by diff
Published on 2011-07-20T18:00:31Z
Indexed on
2013/10/25
16:12 UTC
Read the original article
Hit count: 185
apache2
Now i install WordPress then BuddyPress, after the install buddypress i run the site, home page was run, when click the other page link the page was not working. show this error
Not Found
The requested URL /Repo/website/groups/ was not found on this server. Apache/2.2.17 (Ubuntu) Server at localhost Port 80
After then i check my local htaccess, here is all are ok, but why the problem is showing. Here is my local htaccess ..
<Directory />
Options FollowSymLinks
AllowOverride all
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
© Ask Ubuntu or respective owner