dsztc99732 2013-05-16 19:02
浏览 30
已采纳

干净的URL测试失败D7

I have spent about four hours trying to get clean URLs to work and it is really doing my head in. I am very new to Drupal and after hearing all the wonderful things about it, this is disappointing. Here is my setup:

I have XAMPP on windows 7, and installed Drupal 7.22 into a folder c:\code\drupal

In my httpd.conf, I have Alias /code "C:\code" This works because I have other folders inside c:\code functioning perfectly well

The drupal .htaccess file works because if I add junk line in there I get a server error

In the .htaccess I tried all combinations of RewriteBase I could think of:

RewriteBase /
RewriteBase /code
RewriteBase /code/drupal
RewriteBase /drupal

mod_rewrite works because I already have other installations which uses it correctly.

I also tried going directly to http://localhost/code/drupal/admin/config/search/clean-urls but that gives me a 404 error

Every time I go back to admin > config > clean URLS, it says the test failed. I know this is apparently some error from my side, but its getting very frustrating. Can anyone see what I am missing here? :(

  • I read all the similar questions here in SO, but their solutions do not work for me.
  • I posted this in drupal.stackexchange.com as well but did not get any answers.
  • I am posting it here since the SO PHP community is more active and undoubtedly there are many who know drupal in depth.
  • I am really hoping someone will help me figure this out...
  • 写回答

1条回答 默认 最新

  • douzhi3105 2013-07-18 15:40
    关注

    I don't know if you still need help, but I spent good amount of time trying to figure that out myself a while ago and couldn't find the right answer. After doing a lot of trial and error, I made it work. I don't know exactly how your setup is but here is how mine is, as well as my solution on drupal.org.

    (Here is a copy of a part of my original question and my complete solution)

    Hi,

    I have a Drupal multisite setup and I am trying to make the Clean URLs work but cannot seem to be able to write the conditions and rules properly. I have found many answers but none of them worked.

    My .htaccess file is being read without problem and the rules are being used (I tried setting the rewrite rule to the full address but it was only giving me the home page and I couldn't go anywhere else).

    Here is how it is setup:

    DEV: URL1 www.site1.domain.fr/dev
             URL2 www.site2.site1.domain.fr/dev

    PROD URL1 www.site1.domain.fr
               URL2 www.site2.site1.domain.fr

    On the server: /dev (one drupal install)
                           /prod (another drupal install but same content)

    My multisite is setup as this:
    /sites/site1.domain.fr
    /sites/site2.site1.domain.fr (same thing for dev and for prod)

    Inside sites.php:

    $sites = array( 
     'www.site1.domain.fr' => 'site1.domain.fr', 
     'www.site2.site1.domain.fr' => 'site2.site1.domain.fr', )
    


    Solution

    I was finally able to fix it by trial and error. In case any of you encounter the same problem, here is how I fixed it:

    DEV: 
    
    RewriteBase /dev
    
    # Main site 
    RewriteCond %{HTTP_HOST} ^site1\.domain\.fr [NC] 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ site1.domain.fr/dev/index.php?q=$1 [L,QSA]
    
    # Site 2 
    RewriteCond %{HTTP_HOST} ^site2.site1\.domain\.fr [NC] 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule ^(.*)$ site2.site1.domain.fr/dev/index.php?q=$1 [L,QSA]
    
    
    PROD: 
    
    RewriteBase /
    
    # Main site 
    RewriteCond %{HTTP_HOST} ^site1\.domain\.fr [NC] 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule ^(.*)$ site1.domain.fr/index.php?q=$1 [L,QSA]
    
    # Site 2 
    RewriteCond %{HTTP_HOST} ^site2.site1\.domain\.fr [NC] 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule ^(.*)$ site2.site1.domain.fr/index.php?q=$1 [L,QSA]
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机