Alex Hunter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Protected page going to 404 ErrorI believe you have the same problem as I had with my wordpress website.
I had a WordPress website where I want to password protect a folder using .htaccess if yes try the following solution:open .htaccess from your root (public_html) folder and add the following code at the top of the file
ErrorDocument 401 defaultForum: Fixing WordPress
In reply to: Custom URLS example.com/dir/subdirHello,
I was able to do it now after adding /directoryname in perm link settings now I want a subpage for subpage eg example.com/dir/subdir/subdir could you please explain how to do this?
Forum: Fixing WordPress
In reply to: Custom URLS example.com/dir/subdirI was able to set it but when I access the link it returns 404 error despite that the page is available
eg: I have a forum page at http://www.domain.com/forum I set another page as http://www.domain.com/forum/topic as described in the page you provided but now when I access http://www.domain.com/forum/topic I get error: The page you requested could not be found.
How to fix this.
Forum: Fixing WordPress
In reply to: Custom URLS example.com/dir/subdirI created the nested page but when I try to access the url example.com/dir/subdir it returns 404 error and also when I try to link to the page from example.com/dir I can’t find it in the existing content list.