Internet Advertising - Auto Loans - Credit Cards - Mobile Phones - Mortgages

PDA

View Full Version : Blogg Linking Issues - Help Please!


konradbraun
Jan 23rd 2008, 3:21 am
Hi
I just recently updated a few posts on my blog (www.searchenginemarketingpro.biz (http://www.searchenginemarketingpro.biz)) and now when i try open up one post by itself... an error message displays saying the page does not exist. How can I change this? I can't for the world figure out what I did wrong.

Konrad

riya_senk
Jan 23rd 2008, 4:12 am
Its just .htaccess problem. Write this code in notepad and save it as .htaccess and upload on directory where blog is installed.


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>


Let me know if you need any more help.

konradbraun
Jan 23rd 2008, 4:18 am
Its just .htaccess problem. Write this code in notepad and save it as .htaccess and upload on directory where blog is installed.


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>


Let me know if you need any more help.

It worked like magic. You're the best!

Thanks a Billion!