Thread Starter
fengel
(@fengel)
So I guess was only a problem of correct .htaccess
RewriteBase /novaDeck16
RewriteCond %{DOCUMENT_ROOT}deck16%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}deck16%{REQUEST_URI} !-d
RewriteRule .* index.php
Thanks
Thread Starter
fengel
(@fengel)
I know my server suports mod-rewrite.
I tried the following.
# BEGIN WordPress
RewriteEngine On
RewriteBase /novaDeck16
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /novaDeck16/index.php [L]
# END WordPress
And if I tried to go
http://www.deck16.com.br/Sobre/
I don’t get a file not found, but looks like the site do not load all…
But If you look at the SOURCE, you will see, the information is there …
Thread Starter
fengel
(@fengel)
Windows 2003 – Enterprise