Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter TeachMe

    (@teachme)

    Hi Mickey,

    I change my .htaccess file and put this after reading what you wrote:

    RewriteEngine On
    RewriteBase /
    
    #if the query string has an a parameter
    RewriteCond %{QUERY_STRING} (\^|&)a= [NC]
    #Redirect and remove query string parameters
    RewriteRule .* https://www.sakokasa.com/ [R=301,L]
    
    #if the query string has a pagewanted parameter
    RewriteCond %{QUERY_STRING} (\^|&)apagewanted=all [NC]
    #Redirect and remove query string parameters for html pages
    RewriteRule (.+\.html) https://www.sakokasa.com/$1 [R=301,L]

    somehow it doesn’t redirect me to the home page. the file is in my root access because i can see the wp-admin and wp-content folder. Is there a special encoding I need to use? right now it is using UTF-8

    Thread Starter TeachMe

    (@teachme)

    Thanks Simon,

    I found my root! but somehow the previous code still did not work. It gave me a page with 404 error, and suggested the user to click on a few of my pages instead.

    I also tried using this

    ErrorDocument 404 /index.php

    and it didn’t work either

    Thread Starter TeachMe

    (@teachme)

    Hey Josh,

    It is named correctly .htaccess

    I saved it under public_html folder just like I saw in the youtube video. How do I know where is my installations root directory?

    Thread Starter TeachMe

    (@teachme)

    yeah there are many plugins for forms, but not so many that allow to be input into Word files i find

    Thanks sunlitlaz! let me know!

    Thread Starter TeachMe

    (@teachme)

    that sounds great sunlitlaz!

    did you write about it in an article? I’d like to get more information about what you did…

    I’m not very experienced in this matter, so i’d love to get as much information as I can!

    Thread Starter TeachMe

    (@teachme)

    The main reason is to keep the formatting and the wording the same. I want to create something similar to the “mailmerge” function in Word. Is this doable?

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