Hello there,

I have a fresh Drupal 6.6-installation running.
Everything seems to work well, except the "edit block"-function in the admin-account.
All links are like:
http://mydomain.com/drupal/admin/build/block/configure/user/1

This is OK except that "?q=" is missing, the working URL would be:

http://mydomain.com/drupal/?q=admin/build/block/configure/user/1

What went wrong during my installation here? Where can I fix this?

Comments

scoutbaker’s picture

This isn't broken. The Clean URL feature is enabled. You can disable it by going to Administer--Site configuration--Clean URLs

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

Anonymous’s picture

The feature is disabled and cannot be enabled.
"Your system configuration does not currently support this feature."
The Drupal-Installation runs on the app called MAMP.

sumitshekhawat7331’s picture

check have you enabled "clean url" or not.....
you can find Clean Url under

admin-----site configuration-----clean urls

if your clean url is enable then you can't see ?q
if disable then you can fine ?q in ur bar

Anonymous’s picture

The point is, that with the missing ?q=, every "edit block"-link leads to an 404 error. The problem is not that I want to see the ?q= but my Drupal-installation is not fully working!

PierP’s picture

I am experiencing the same problem. Suddenly pages are not accessible. sometimes i can get them to work if i add the ?q= but it seems that all the links are wrong. Help!

Anonymous’s picture

I'm experiencing the problem only with particular themes, in this case "Plutado". In other themes, there are no "edit block"-links on the page.
The way to get to the blocks edited is
Adminster -> Site Buildung -> Blocks
and then using the "configure"-lInks located in every row of the "Blocks"-table.

HTH