Forum Replies Created
-
Author
-
elenaParticipant
thanks for your advice..in fact this was a problem with my .htaccess data, which wasnt even there! I had to create one and activate the mod rewrite:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Works everything fine now, hope this will help somebody with same problems too!
elenaParticipantis there anything I should active before I can use it..or is there a hidden setting, which is known by the community?
elenaParticipantsorry iam completely new to wordpress…where can I do this?
Ive deleted eveything from the server…and created a clean database..installed wordpress..then followed the video tutorial again and made sure I dont skip any steps..and still the pages go to 404elenaParticipantWhen I upload the theme in backend..i receive an error…
“Wp-content/uploads/2014/02 The directory can not be created. Is its parent directory writable by the server?”
What should I do?
-
AuthorPosts