If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!Problem:- PPC templates I purchased here at DNF
Instead of returning 404 page not found errors on true non existent pages, I get my same web page back. This has caused problems with Google html page verification which I paid no attention to as I added meta tags instead.
I understand the reasoning for this.
Now, upon attempting to add php files for streaming links for backlinking, etc, the files these links reference are actually in the correct folder, and actually reside on my server, but do not get referenced. So, when entering a valid url string into the browser for any new file or folder I added to my PPC template site, I do not get to the location I actually entered, but a rewrite of my index.php?
The files and folders I added to my PPC site are on the server. WHen you try to access these files/folders I added to the PPC site thru browser, I get rerouted to my index.php either by the PPC template and or htaccess file.
How do I stop this from happening? or can it not be stopped as this is a dynamic site template?
copy of htaccess beow:
ErrorDocument 404 /error404.php
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule !(^sm/*|^uploads/*|\.jpg|\.jpeg|\.gif|\.png|\.ico|\.swf|\.css|\.js| \.xml|\.txt) index.php [NC]
</IfModule>
Last edited by Radikulman; 05-09-2009 at 06:40 AM. Reason: too long orig post
Bookmarks