TeachMe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess and redirects not workingHi 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
Forum: Fixing WordPress
In reply to: htaccess and redirects not workingThanks 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
Forum: Fixing WordPress
In reply to: htaccess and redirects not workingHey 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?
Forum: Fixing WordPress
In reply to: How do you build a self-fillable formyeah 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!
Forum: Fixing WordPress
In reply to: How do you build a self-fillable formthat 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!
Forum: Fixing WordPress
In reply to: How do you build a self-fillable formThe 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?