[glotpress-updates] [GlotPress] #280: Update the installation process

GlotPress noreply at wordpress.org
Mon Mar 17 15:22:42 UTC 2014


#280: Update the installation process
---------------------------+-----------------
  Reporter:  markoheijnen  |      Owner:
      Type:  defect        |     Status:  new
  Priority:  blocker       |  Milestone:  1.0
 Component:  interface     |    Version:
Resolution:                |   Keywords:
---------------------------+-----------------

Comment (by Secretmapper):

 I already have this done except for one thing.

 In the string made to add to htaccess made by the install template it is
 using a '$path' variable to append to RewriteBase.

 {{{

                 <pre>
                 # BEGIN GlotPress
                 <IfModule mod_rewrite.c>
                 RewriteEngine On
                 RewriteBase <?php echo $path . "\n"; ?>
                 RewriteCond %{REQUEST_FILENAME} !-f
                 RewriteCond %{REQUEST_FILENAME} !-d
                 RewriteRule . <?php echo $path; ?>index.php [L]
                 </IfModule>
                 # END GlotPress
                 </pre>

 }}}


 I can't seem to access the $path inside the actual install script
 (install.php), so ultimately the rewrite rule is failing. Is it being
 added by wordpress dynamically? Anyway, I'll take a look into it.

--
Ticket URL: <https://glotpress.trac.wordpress.org/ticket/280#comment:2>
GlotPress <https://glotpress.trac.wordpress.org>
Easy comin', easy goin'


More information about the glotpress-updates mailing list