marketingkris
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: pages are not showingOk, I copy the code. It is working.
Thanks, you are a live saver. 🙂
Forum: Fixing WordPress
In reply to: pages are not showingThis is a code. Can I copy .htaccess from a different directory and paste a code in?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: pages are not showingI thing it is looking for .htaccess file? I have the code on the bottom of the page.
Forum: Fixing WordPress
In reply to: pages are not showingOk the pages are working after changing a permalink setting to default.
Why %category%/%postname% this not working?
Do I have to copy the code billow?Forum: Fixing WordPress
In reply to: pages are not showingI am showing only home page
Forum: Fixing WordPress
In reply to: pages are not showingThe last thin I did was add a new post, and update some pages.
Viewing 6 replies - 1 through 6 (of 6 total)