woa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Running WP on subdomainAll done! Everything works fine! 🙂
Forum: Fixing WordPress
In reply to: Running WP on subdomainI’ve changed blog URL, it got better, but now I get an Error 404 – Not Found on the blog’s main page
Forum: Fixing WordPress
In reply to: Running WP on subdomainPfff, I just don’t get how can it be?! Why does it show my home page all the time?!
Forum: Fixing WordPress
In reply to: Running WP on subdomainCould you post me your .htaccess
Forum: Fixing WordPress
In reply to: Running WP on subdomainMy URIs are:
http://www.allriga.com/latvianewsI have coppied from somebody .htaccess file.
RewriteEngine On
RewriteBase /
RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]
RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]
RewriteRule ^([_0-9a-z-]+).htm([0-9]+)?/?$ /index.php?name=$1&page=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?name=$1&feed=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/trackback/?$ /wp-trackback.php?name=$1 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]Could you tell what needs to be changed and how.