Tran Tien Phong
Forum Replies Created
-
I activated WPML on my site, and confirmed this update not work.
– url lug become :list|:list|…
– in event detail page, labels such as Organizers, Venue not translate when switching language.So I ended up rollback to TEC 5.1.4
Forum: Fixing WordPress
In reply to: How to Redirect on 404 page with 404 url in wordpressHi
WP is reserved 404 page or not, base on your theme.
But, you can edit this page: https://codex.wordpress.org/Creating_an_Error_404_PageForum: Fixing WordPress
In reply to: How to Redirect on 404 page with 404 url in wordpressdid you tried to remove old 404 page, or just use 404-2 as your special not found page 🙂
Forum: Fixing WordPress
In reply to: server’s configurationHi janisle,
How do you upload a new theme? via FTP client or via web browser (usually link to upload theme is /wp-admin/theme-install.php)?
Forum: Fixing WordPress
In reply to: How to Redirect on 404 page with 404 url in wordpressHi,
If you can edit your .htaccess file, you can do it simple
ErrorDocument 404 /404ref: http://www.htaccessbasics.com/404-custom-error-page/
Or if you can’t, you should install a plugin instead:
https://wordpress.org/plugins/404page/
- This reply was modified 9 years, 1 month ago by Tran Tien Phong.