Hey, I have been trying to block access to my CSS, JS and PHP include(s) files. I have been able to block the PHP files with this code: <Files *.php> order allow,deny deny from all </Files> And the PHP includes still work. I have tried doing the same thing for my CSS, but then no CSS styles are incl...
Hey dcz, Yeah thats what I am worried about the injecting categories in URLs. I know Google doesn't like to many folders... By default (using mod_rewrite) it does URLs like this: site.com/product-name-pXXX.html site.com/category-name-cXXX.html site.com/page-name-aXXX.html With the aXXX, cXXX, or pXX...
Hey, thanks for the tips. In addition to PHPbb, I am also developing an e-commerce website. Which will have several categories as well as subcategories, in that case, would you reccomend the "folder" style? Like this: site.com/desktops/ site.com/desktops/page-name-text.html site.com/deskto...
Hey there, I am new on this board, and I can't seem to find where I should download the SEO PHPbb. I have looked thru the forums, and found a few mods for google site mpas and things, but I can't seem to find the board itself. Can someone please point me in the right direction? Thanks, Brandon.
Hey guys, I have been reading about the different ways to have your URLs. After doing alot of reading, I understand that words should be separated with dashes rather than underscores. But I can't seem to really find a consensus on the "best" URL form. Should it be something like this: site...