Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: URLs
    Thread Starter leebrent22

    (@leebrent22)

    Thanks for the attempt moshu ?? I appreciate it. I will keep cracking at it, just reading some rewrite stuff now.

    Forum: Fixing WordPress
    In reply to: URLs
    Thread Starter leebrent22

    (@leebrent22)

    So I added a new directory called in Guides, and if I visit bluewind.ca/guides. same thing…

    Forum: Fixing WordPress
    In reply to: URLs
    Thread Starter leebrent22

    (@leebrent22)

    Ya. That is what I was thinking too!

    That Moodle system was installed prior to WordPress… and it arguably has its on subdomain moodle.bluewind.ca too….

    Does Modwrite htaccess file allow for changes? I know I see this one in my HTaccess file now:

    RewriteEngine on

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    RewriteCond %{HTTP_HOST} ^.*$
    RewriteRule ^ce$ “http\:\/\/www\.bluewind\.ca\/moodle” [R=301,L]

    Forum: Fixing WordPress
    In reply to: URLs
    Thread Starter leebrent22

    (@leebrent22)

    No.

    Nothing in wordpress with portfoio at all. I have it on my navigation just pointing at the bluewind.ca/portfolio URL.

    I have my permalinks set to Day and Time…

    –B

Viewing 4 replies - 1 through 4 (of 4 total)