Eronisch
Web Developer
- Jan 1, 2011
- 234
- 25
Hey,
Since i moved from webhost, my index keeps reloading and i have no idea why.
I'm on nginx.
This is my index:
And .htacces:
Since i moved from webhost, my index keeps reloading and i have no idea why.
I'm on nginx.
This is my index:
You must be registered for see links
And .htacces:
PHP:
RewriteEngine On
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1