Menu links adds a '?'
|
12 posts
|
Hi, I was wondering if I’m doing something wrong here. If i type www.mydomain.com/contact.htm the page shows up perfectly. I have a little php script which dynamically creates the main menu with the files under the home page hierarchy.
When I click on a link from the menu, it adds the famous “?”. Is there anything I can do to not have the “?”. In the admin section I always get the ‘?’… example www.mydomain.com/admin/?/page I have done this with frog 0.9.3 and it’s okay but with version 0.9.5 I get this problem. Thank you |
|
13 posts
|
Have you changed USE_MOD_REWRITE in the config.php to true? This should fix it. |
|
12 posts
|
Yes I have. And added .htaccess file |
|
12 posts
|
No one knows why? |
|
1 posts
|
I am struggling with this too – if it makes no difference to search engines then it is ok, does anyone happen to know? Thanks |
|
1493 posts
|
If you have followed the instructions (to the letter!) and the question mark is still not removed, then it is worth checking with your host to see if there is an issue with how they handle mod_rewrite and .htaccess files. |
|
2 posts
|
I have this problem. When I change mod_rewrite in config.php to false the ? is there. |
|
1493 posts
|
@kim – where is Frog installed? if it is in the root directory (e.g., http://www.myfrogsite.com/), then in the .htaccess file, you should have a line like this:
If you have it in a subdirectory (e.g. http://www.mysite.com/cms/), then it should look like this:
If that doesn’t help, see the bottom of this thread and see if that applies to your situation. |
|
2 posts
|
Many thanks to those who replied. I have resolved this and am posting in case it helps anyone else, I commented out a couple of lines in htaccess, the new version below. Also – I am not sure if this made any difference but someone told me magic quotes can be tricky on shared hosting so I put a php.ini in every directory with this as the contents: magic_quotes_gpc = Off This is .htaccess
|