Hi
I am having a similar issue. The only time I can get to a listing is if a set permalinks to default: https://beta.csde.us/?listing=test-123
As soon as I change to any other I get the 404 error: https://beta.csde.us/listings/test-123/
Also cannot list all listings since I can’t get to the listings page. I have run rewrite rules inspector (see below), flushed rules, deactivated and reactivated the plugin and uninstalled and reinstalled. Any ideas?
Thank you
[ Moderator note: code fixed. Please post code using backticks or code button. This includes log data. ]
features/([^/]+)/?$ index.php?features=$matches[1] missing
features/([^/]+)/page/?([0-9]{1,})/?$ index.php?features=$matches[1]&paged=$matches[2] missing
features/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?features=$matches[1]&feed=$matches[2] missing
features/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?features=$matches[1]&feed=$matches[2] missing
property-types/([^/]+)/?$ index.php?property-types=$matches[1] missing
property-types/([^/]+)/page/?([0-9]{1,})/?$ index.php?property-types=$matches[1]&paged=$matches[2] missing
property-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?property-types=$matches[1]&feed=$matches[2] missing
property-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?property-types=$matches[1]&feed=$matches[2] missing
locations/([^/]+)/?$ index.php?locations=$matches[1] missing
locations/([^/]+)/page/?([0-9]{1,})/?$ index.php?locations=$matches[1]&paged=$matches[2] missing
locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?locations=$matches[1]&feed=$matches[2] missing
locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?locations=$matches[1]&feed=$matches[2] missing
status/([^/]+)/?$ index.php?status=$matches[1] missing
status/([^/]+)/page/?([0-9]{1,})/?$ index.php?status=$matches[1]&paged=$matches[2] missing
status/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?status=$matches[1]&feed=$matches[2] missing
status/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?status=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?attachment=$matches[1]&cpage=$matches[2] missing
listings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/([^/]+)/trackback/?$ index.php?attachment=$matches[1]&tb=1 missing
listings/[^/]+/([^/]+)/?$ index.php?attachment=$matches[1] missing
listings/([^/]+)(/[0-9]+)?/?$ index.php?listing=$matches[1]&page=$matches[2] missing
listings/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?listing=$matches[1]&cpage=$matches[2] missing
listings/([^/]+)/page/?([0-9]{1,})/?$ index.php?listing=$matches[1]&paged=$matches[2] missing
listings/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?listing=$matches[1]&feed=$matches[2] missing
listings/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?listing=$matches[1]&feed=$matches[2] missing
listings/([^/]+)/trackback/?$ index.php?listing=$matches[1]&tb=1 missing
listings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ index.php?attachment=$matches[1]&cpage=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?attachment=$matches[1]&feed=$matches[2] missing
listings/[^/]+/attachment/([^/]+)/trackback/?$ index.php?attachment=$matches[1]&tb=1 missing
listings/[^/]+/attachment/([^/]+)/?$ index.php?attachment=$matches[1] missing
listings/page/([0-9]{1,})/?$ index.php?post_type=listing&paged=$matches[1] missing
listings/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=listing&feed=$matches[1] missing
listings/feed/(feed|rdf|rss|rss2|atom)/?$ index.php?post_type=listing&feed=$matches[1] missing
listings/?$ index.php?post_type=listing missing