kiwiTaff
Forum Replies Created
-
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorProblem was solved the solution being painfully simple.
Using WAMP I clicked on its icon in the task bar then selectedapache>apache modulebefore clicking onrewrite_modulein the drop down list.Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorI am using the twenty thirteen plugin and the only plugin is askmet.
Being a fresh install, it should not be this hard to get pretty permalinks to work.
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorIt still does not work
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorI believe SEO is a plugin. I do not have it installed.
I used phpmyadmin to check the options table in the database and the permalink setting is being recorded correctly there.
It still does not work.
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorI tried setting the permalinks to default and changing it back.
I rechecked the .htaccess and the content is# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /purpleAvo/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /purpleAvo/index.php [L] </IfModule> # END WordPressI have stopped and started the server and cleared the cache.
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorI deleted all post, with permalinks settings> month and name I created a new post, clicked on update.
Clicking the view post button gave me a
Not FoundThe requested URL /purpleAvo/2013/10/adsfasdf/ was not found on this server.error.Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorI don’t understand. I have set the permalinks using:
settings>permalinks>permalink setting>month and name
then creating the post. There shouldn’t be anything to regenerate. Am I missing something?
Forum: Localhost Installs
In reply to: The requested URL was not found – permalink errorThe links in pages eg – leave a comment, category links and archive links all work if the permalink is set to default, any other setting gives URL not found error.
I am using the Twenty Thirteen theme.