1 teepo May 17, 2008 20:33
3 teepo May 17, 2008 23:51
Doesn't work as such, because with the blog URL set to "Default blog in index.php" I still have index.php in the URL generated by the blog. With absolute URL set to "http://domain.com/", I get 404 errors. However, the contact-form address works in both cases. So essentially rewrite it leaving the index.php out, as it shoud, but somehow the blog engine doesn't handle the requests correctly.
4 yabba May 18, 2008 09:17
my htaccess ( for that bit ) is slightly different, it looks like this :
# send all others to the core
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule .* /index.php [L]
All my various blogs are set to "absolute url" ( which removes the index.php ) and it works flawlessly
¥
5 teepo May 18, 2008 12:09
Weird. Doesn't work with that either.
I think it might have something to do with how the server handles directories, as http://domain.com/index.php?title=post-title&more=1 formatted URL's work just fine with the index.php removed.
6 teepo May 20, 2008 11:01
Could you provide a checklist for checking the settings of Apache? It seems there is something wrong with the config of the virtual host I'm using, and I can't find it. mod_rewrite works just fine on other vhosts on the same server.
7 yabba May 20, 2008 18:31
See if this post helps ( [url=http://ubuntuforums.org/showthread.php?p=1473118][Apache2] Mod_rewrite not working but loaded?[/url] )
If not then all I can suggest is that you hit google
¥
yes, you need to use mod_rewrite
Try to add this inside a .htaccess