Viewing 1 replies (of 1 total)
  • Thread Starter Flare576

    (@flare576)

    I couldn’t figure it out in WordPress, but since I’d done everything else with this tool NOT using WP, I figured why should this be any different:

    .htacess file now contains

    RewriteRule ^library/card/(\d+) wp-content/plugins/cardchooser/createCard.php?c=$1 [QSA,L]
    RewriteRule ^library/artifact/(\d+) wp-content/plugins/cardchooser/createArtifact.php?c=$1 [QSA,L]
    RewriteRule ^library/spec/(\d+) wp-content/plugins/cardchooser/createSpec.php?c=$1 [QSA,L]
    RewriteRule ^library/tier/(\d+) wp-content/plugins/cardchooser/createTier.php?c=$1 [QSA,L]
    RewriteRule ^library/art/(\d+) wp-content/plugins/cardchooser/createArt.php?c=$1 [QSA,L]

    (among a few others to make everything work with relative linking), and everything is happy. Disappointed (again) in WordPress’s learning curve, but at least my project works ??

Viewing 1 replies (of 1 total)
  • The topic ‘Pretty Links with custom wordpress application’ is closed to new replies.