- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
-
Topic
-
Hello,
Wordpress 4.5.1
divi theme
WP Awesome FAQ (free)But
http://beta.mywebsite.com/faq
and
http://beta.mywebsite.com/faq/how-many-persons-are-needed-for-recording-by-car/
does not work.I am getting a 404 error:
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.Whats wrong?
My .htaccess files content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
You must be logged in to reply to this topic.