Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter modernwizardeaa

    (@modernwizardeaa)

    @jnashhawkins — there is currently nothing at oddpla.net because I would like to redirect to that specific blog post, but now I’m wary of doing it because it messed up before. Thanks for checking the other URLs.

    Thread Starter modernwizardeaa

    (@modernwizardeaa)

    @jnashhawkins — Hmmm I probably shouldn’t have indiscriminately deleted all content from the .htaccess file. Fortunately I had a backup.

    Yes, I was editing the one with the . in front of it.

    I pasted back the original code minus the line that you said to take out. Flushed cache.

    Site is now working for me over here! Is it working for you?
    For example…

    https://oddpla.net/tacky should bring you to something headlined “the tacky trove.”

    Thread Starter modernwizardeaa

    (@modernwizardeaa)

    
    RewriteEngine on
    
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST} ^oddpla\.net$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.oddpla\.net$
    RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule ^/?$ "http\:\/\/oddpla\.net\/modernwizard\/2015\/04\/18\/life\-on\-the\-odd\-planet\/" [R=301,L]
    
    

    @jnashhawkins — thanks for your reply. The code above is what was in my htaccess file, so I deleted it. The redirect still occurs, and I did not reiterate it in the past with a WP plugin.

    Sounds like it might be a httpd.conf problem…?

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