[wp-trac] [WordPress Trac] #43353: Permalinks doesn't work error 404
WordPress Trac
noreply at wordpress.org
Mon Feb 19 11:43:25 UTC 2018
#43353: Permalinks doesn't work error 404
--------------------------+-----------------------------
Reporter: maki10 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Permalinks | Version: 4.9.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
I try so many time to update permalinks but with no success.
If I leave default setup pages and posts work perfectly when a change to
something else (predefined) they drop 404 error.
I am using Laravel and WordPress for the blog.
Inserted WordPress folder inside Laravel public folder.
Default wp action work normally in both cases.
wp .htaccess
{{{
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43353>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list