Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28737


Ignore:
Timestamp:
07/03/2014 04:54:41 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28737 – Description

    initial v1  
    88The error is due to the .htaccess file.
    99The htacess file looks like:
    10 
     10{{{
    1111# BEGIN WordPress
    1212<IfModule mod_rewrite.c>
     
    2020
    2121# END WordPress
    22 
     22}}}
    2323
    2424I have changed the htaccess file to the following and it fixed the problem. (AKA, here is the recommended patch)
    25 
     25{{{
    2626# BEGIN WordPress
    2727<IfModule mod_rewrite.c>
     
    3535
    3636# END WordPress
    37 
     37}}}