Nicolina
Forum Replies Created
-
Forum: Plugins
In reply to: [WordTwit Twitter Plugin] Incorrect Server Time?I have the same issue. Any updates here?
Thanks
Nina
Forum: Plugins
In reply to: [WordTwit Twitter Plugin] Still Broken for meI have the same issue. Any updates on it?
Thanks
Nina
Okay, well we have some changes now … Instead of the 404 page it’s showing me blank pages http://www.simicdom.com/blog/ , http://www.simicdom.com/blog/wp-admin/
okay, for some reason I can’t seem to find a .htaccess file anywhere in my wordpress folder, although it’a a fresh download from wordpress.org and fresh install.
Just to confirm, I should try and rename the .htaccess file from my main CMS website in the root file.
Thank you
All the WordPress files seem to be in place in my FTP blog folder
Here’s the inside of my .htaccess folder I found in my public html. The folder was hidden by default. But the main site was build by custom CMS and I don’t want it to be affected by my blog http://www.simicdom.com/blog . I know nothing about htaccess, but can you spot any issues?
Options +FollowSymLinks Options -Indexes RewriteBase / RewriteEngine On #download RewriteRule ^get/(.*)/([^/]*)$ dwnld.php?download=$1&title=$2 [L] RewriteRule ^get/(.*)$ dwnld.php?download=$1 [L] #no rewrite for folders # and no rewrite for these folders RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} (admin|images|files|css|js|pictures|captcha|\_src|dimedia_nekretnine|workspace) RewriteRule ^(.*)$ $1 [L] #language setting RewriteRule ^([^./]{2,3}+)$ index.php?l=$1 [L] RewriteRule ^([^./]{2,3}+)/$ index.php?l=$1 [L] RewriteRule ^([^./]{2,3}+)/index.html$ index.php?l=$1 [L] #generic #one level fixed RewriteRule ^([^./]+)$ index.php?page=$1 [L] RewriteRule ^([^./]+)/$ index.php?page=$1 [L] RewriteRule ^([^./]+)/index.html$ index.php?page=$1 [L] #generic #one level fixed RewriteRule ^([^./]+)/(.*)$ index.php?page=$1&page_qstring=$2&%{QUERY_STRING} [L] RewriteRule ^([^./]+)/(.*)/$ index.php?page=$1&page_qstring=$2&%{QUERY_STRING} [L] RewriteRule ^([^./]+)/(.*)/index.html$ index.php?page=$1&page_qstring=$2&%{QUERY_STRING} [L]Nope no recent changes to DNS, and I’ll have to wait until monday to contact my hosting provider, while I’m in a bit of a tight deadline with this blog.
I’ve been through all the steps but I can’t seem to find the issue 🙁