(01-01-2014 06:32 PM)kliopa10 Wrote: [ -> ] (01-01-2014 10:47 AM)justmeagain Wrote: [ -> ]hmm, i dont see that error,in the ads anymore like before, but i have to wait and see if the adsense
ads will show. (will rep in a few)
How to fix the tabs : pictures and animated gifs? they go in error page..
Thanks.
j.
tabs work fine for me,try accessing directy _http://localhost/animated-gifs.php, the issue could be related to .htaccess
I try going to
http://mysite.com/animated-gifs.php , but still no go...
and this is what i have in .htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
Options -Multiviews
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^all/(.*)$ ./index.php?page=$1 [L]
RewriteRule ^picture/(.*)$ ./post.php?pic=$1 [L]
RewriteRule ^gif/(.*)$ ./post.php?gif=$1 [L]
RewriteRule ^video/(.*)$ ./post.php?vid=$1 [L]
RewriteRule ^picture$ ./picture.php [L]
RewriteRule ^picture/(.*)$ ./picture.php?page=$1 [L]
RewriteRule ^animated-gifs$ ./animated-gifs.php [L]
RewriteRule ^animated-gifs/(.*)$ ./animated-gifs.php?page=$1 [L]
RewriteRule ^videos$ ./videos.php [L]
RewriteRule ^videos/(.*)$ ./videos.php?page=$1 [L]
RewriteRule ^search/(.*)/(.*)/(.*)$ ./search.php?type=$1&q=$2&page=$3 [L]
RewriteRule ^search/(.*)/(.*)$ ./search.php?type=$1&q=$2 [L]
RewriteRule ^page/(.*)$ ./page.php?permalink=$1 [L]
RewriteRule ^rss/tag/(.*)/(.*)$ ./rss.php?tag=$2&type=$1 [L]
RewriteRule ^rss/tag/(.*)$ ./rss.php?tag=$1 [L]
RewriteRule ^rss/(.*)$ ./rss.php?mtype=$1 [L]
RewriteRule ^rss$ ./rss.php
RewriteRule ^tags/(.*)/(.*)$ ./tags.php?tag=$2&type=$1 [L]
RewriteRule ^tags/(.*)$ ./tags.php?tag=$1 [L]
ErrorDocument 404 /404.php
</IfModule>
i have renamed pictures.php to picture.php i was thinking that there is a problem there,but still
no go.