multi universe

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • multi universe

      I can not understand that:
      If you run an Apache Server, you must retire out only the rows 48-51 in the .htacces file in the main shipping characters (remove the route).
      In addition, mod_rewrite is required.

      because in my .htacces file 48 -51 is that:

      Brainfuck Source Code

      1. # ~
      2. # ~ 2Moons
      3. # ~ by Jan-Otto Kröpke 2009-2016
      4. # ~
      5. # ~ For the full copyright and license information, please view the LICENSE
      6. # ~
      7. # ~ @package 2Moons
      8. # ~ @author Jan-Otto Kröpke <slaver7@gmail.com>
      9. # ~ @copyright 2009 Lucky
      10. # ~ @copyright 2016 Jan-Otto Kröpke <slaver7@gmail.com>
      11. # ~ @licence MIT
      12. # ~ @version 1.8.0
      13. # ~ @link https://github.com/jkroepke/2Moons
      14. # ----------------------------------------------------------------------
      15. # Better website experience for IE users
      16. # ----------------------------------------------------------------------
      17. # Force the latest IE version, in various cases when it may fall back to IE7 mode
      18. # github.com/rails/rails/commit/123eb25#commitcomment-118920
      19. # Use ChromeFrame if it's installed for a better experience for the poor IE folk
      20. <IfModule mod_headers.c>
      21. Header set X-UA-Compatible "IE=Edge,chrome=1"
      22. # mod_headers can't match by content-type, but we don't want to send this header on *everything*...
      23. <FilesMatch "\.(js|css|gif|png|jpe?g|pdf|xml|oga|ogg|m4a|ogv|mp4|m4v|webm|svg|svgz|eot|ttf|otf|woff|ico|webp|appcache|manifest|htc|crx|oex|xpi|safariextz|vcf)$" >
      24. Header unset X-UA-Compatible
      25. </FilesMatch>
      26. </IfModule>
      27. # ----------------------------------------------------------------------
      28. # UTF-8 encoding
      29. # ----------------------------------------------------------------------
      30. # Use UTF-8 encoding for anything served text/plain or text/html
      31. AddDefaultCharset utf-8
      32. # Force UTF-8 for a number of file formats
      33. AddCharset utf-8 .css .js .xml .json .rss .atom
      34. <IfModule mod_autoindex.c>
      35. Options -Indexes
      36. </IfModule>
      37. <IfModule mod_rewrite.c>
      38. RewriteCond %{SCRIPT_FILENAME} -d
      39. RewriteCond %{SCRIPT_FILENAME} -f
      40. RewriteRule "(^|/)\." - [F]
      41. </IfModule>
      42. <FilesMatch "(\.(bak|config|sql|fla|psd|ini|log|sh|inc|swp|dist)|~)$">
      43. Order allow,deny
      44. Deny from all
      45. Satisfy All
      46. </FilesMatch>
      47. # ----------------------------------------------------------------------
      48. # 2Moons: MultiUniverse support
      49. # ----------------------------------------------------------------------
      50. <IfModule mod_rewrite.c>
      51. RewriteEngine on
      52. RewriteRule uni([0-9]+)/?(.*)?$ $2 [L,QSA,E=UNI:$1]
      53. </IfModule>
      Display All
      if i delete the 48 -51 it must have some error.
      so are there somebody can help me to figure it out ?
      :?: :?: :?:
    • RewriteCond %{SCRIPT_FILENAME} -f

      Полный путь к файлу или скрипту из запроса ’-s’ файл с ненулевым размером


      RewriteCond задает условие для Преобразование
      RewriteRule задает правило преобразований
      %{SCRIPT_FILENAME} символическая ссылка

      Зачем Вам удалять ?

      не много не понял сути что Вы хотите добиться ?
    • Shandow wrote:

      RewriteCond %{SCRIPT_FILENAME} -f

      Полный путь к файлу или скрипту из запроса ’-s’ файл с ненулевым размером


      RewriteCond задает условие для Преобразование
      RewriteRule задает правило преобразований
      %{SCRIPT_FILENAME} символическая ссылка

      Зачем Вам удалять ?

      не много не понял сути что Вы хотите добиться ?
      Я хочу создать несколько юниверсов, но страница управления предлагает мне удалить меня.
      I want to create multiple universes, but the management page prompts me to let me delete.
    • Apache

      If you run an Apache Server, you must retire out only the rows 48-51 in the .htacces file in the main shipping characters (remove the route).
      In addition, mod_rewrite is required.
    • я не много не понимаю что Вы имеете ввиду у меня настроен по другому, не как на стандартном, мне это не нужно.. я думал Вы спрашиваете
    • Shandow wrote:

      я не много не понимаю что Вы имеете ввиду у меня настроен по другому, не как на стандартном, мне это не нужно.. я думал Вы спрашиваете
      i just want to create a new universe,
      and in the admin page, it told me that

      Source Code

      1. Apache
      2. If you run an Apache Server, you must retire out only the rows 48-51 in the .htacces file in the main shipping characters (remove the route).
      3. In addition, mod_rewrite is required.
    • fast and easy way is to log into phpmyadmin and copy your uni1_config...edit and rename it. when you log into your site with new universe u can edit in admin....its a work around fix

      also check github.com for fixes on this

      github.com/jkroepke/2Moons/sea…unscoped_q=multi+universe