• Hello all,

    I am including WP header/footer and stuff in osTicket for a uniform feel. I need to set the page up to work with the <title> tag and just not show up to search engines as a 404 page, amongst many other issues. Can someone help me out here?

    Thanks,
    Mike

    My htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~roscoe/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~roscoe/index.php [L]
    </IfModule>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘404 error when including WP into osTicket’ is closed to new replies.