Conflict w/ Simple Intranet Employee Directory
-
Hi,
The issue is as follows:
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. If I deactivate Simple Intranet Employee Directory it works properly. I would really need both to work. Any ideas how I can accomplish that?
Thank you very much!
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
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Conflict w/ Simple Intranet Employee Directory’ is closed to new replies.