I Got this plugin called Import HTML Pages.
On My Server I Have Wordpress Installed Here
/mydomain/htdocs/(wordpress is here)/
i created a directory called articles to store all my html articles which i want to import
/mydomain/htdocs/articles/(all HTML HERE)
then in the plugin it asks me "This should be a full path from the server root, on the same server where WordPress is running now."
so i put /articles/
when i ask it to import
this is what i get
.htaccess Redirects
Im Not Much Of An Expert In Htaccess.
On My Server I Have Wordpress Installed Here
/mydomain/htdocs/(wordpress is here)/
i created a directory called articles to store all my html articles which i want to import
/mydomain/htdocs/articles/(all HTML HERE)
then in the plugin it asks me "This should be a full path from the server root, on the same server where WordPress is running now."
so i put /articles/
when i ask it to import
this is what i get
.htaccess Redirects
if you need to redirect visitors from the old file locations to your new WordPress pages, copy these redirects into your .htaccess file above the WordPress rules. Note: You might need to search & replace first if your import root directory was not the same as your web root. Also, if you imported many files, the complete list of redirects might slow your web server's performance. Consider copying only essential ones, or if there's a pattern to your file or directory names, create a RewriteRule instead.
Im Not Much Of An Expert In Htaccess.