I already set it to
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.soI have Eclipse IDE in home folder, and I set it to -
Code: Select all
Alias /Blog "/home/peter/workspace/Blog"
<Directory "/home/peter/workspace/Blog">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.php
</Directory>
Code: Select all
[Sun Mar 16 19:15:18 2008] [error] [client 127.0.0.1] File does not exist: /opt/lampp/htdocs/img, referer: http://localhost/Blog/Code: Select all
DocumentRoot "/opt/lampp/htdocs"