caribou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: urls do not contain …/index.php?… , but just …/?…Hi,
Took me a while to come back to this.
It seems that I cannot use the permalink feature since my two cents provider doesn’t support mod_rewrite.
As Seth indicated, I would like to know if there is a way to keep WP from using the {URL}/?page_id or syntax like this, i.e. just dropping the index.php filename ?
Forum: Fixing WordPress
In reply to: urls do not contain …/index.php?… , but just …/?…One thing about Seth’s brute force workaround is that it is a workaround, since a standard setup works fine on most of my Linux installs.
Forum: Fixing WordPress
In reply to: urls do not contain …/index.php?… , but just …/?…Thanks for the info Seth.
This might be what I’ll need to do as I don’t expect my ISP to change his server setup for me 😉
…Caribou
Forum: Fixing WordPress
In reply to: urls do not contain …/index.php?… , but just …/?…Hi,
Funny, I have the same problem with my ISP. I have many installs of WP (1.5 or 2.0) on Linux/Apache2 on my home PC which all work fine. I just tried to use WP on my public ISP page, and all links that use the “{URL}/?” syntax (e.g. {URL}/?page_id=2 to display the “About” page) will not work.
But if I replace {URL}/?page_id=2 bye {URL}/index.php?page_id=2 it all works fine. Is there a way to for the full filename to be used, or some specific setup on the apache server to be changed ?
…Caribou