#43353 closed defect (bug) (invalid)
Permalinks doesn't work error 404
Reported by: | maki10 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.4 |
Component: | Permalinks | Keywords: | |
Focuses: | Cc: |
Description
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
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @maki10
Most welcome to WordPress core trac.
Core trac is where we keep track of errors and enhancements in WordPress itself.
I.e. before adding a ticket here, you'd need to quite clearly establish that something is broken i WordPress core and needs fixing, for example by giving clear instructions on how to replicate your issue on a different system.
To me it looks, though, as you're just in the beginning of the troubleshooting phase. At this point, a more suitable channel for troubleshooting your problem would be either wordpress.org/support or the WordPress IRC channel (more info about IRC can be found at https://make.wordpress.org/support/irc-support-channel/ )
If you come to the conclusion that there actually IS a problem in WordPress Core, then you can simply come back to this ticket and reopen it, while putting in additional information about the issue.)