hey guys,
OK so it's really starting to piss me off...
I moved my site to new hosting....no links work on the page (links within wordpress)...
I tried deleting everyhting in the htaccess file...then re-writing it through WP...looked up a few solution on Google...nothing has worked..
this is what the htaccess file looks like right now:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any ideas? Thanks
OK so it's really starting to piss me off...
I moved my site to new hosting....no links work on the page (links within wordpress)...
I tried deleting everyhting in the htaccess file...then re-writing it through WP...looked up a few solution on Google...nothing has worked..
this is what the htaccess file looks like right now:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any ideas? Thanks