Hi
We switch the nginx web server then i put the rewrite rules to nginx config file for now web server working perfect but i see some problems ..
Rewrite problems are;
1. when i click the "go to first unread post" button, then page return to homepage of my website
For example;
Click(while logged):
http://www.maxicep.com/maxicep-yaris...eni-mesaj.html
page redirecting to this adress:
http://www.maxicep.com/index.php#post1729972
(yeni-mesaj word is means new-message)
2. when i reply the thread in advanced mode then page redirecting to my homepage, not the thread page (last message which i sent)
For Example;
http://www.maxicep.com/newreply.php?...eply&p=1730496
When i type and click the send button, my page go to
http://www.maxicep.com/index.php#post1730498
Looking as maybe same problem.
Also; My nginx web server config
(This config rewrite rules file from the latest vbseo 3.3.1 package)
------------------------------
location / {
rewrite ^/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
if ($request_filename ~ "\.php$" ) {
rewrite ^/(.*)$ /vbseo.php last;
}
if (!-e $request_filename) {
rewrite ^/(.*)$ /vbseo.php last;
}
}
-----------------------------
I think, we need to add or change the line on these settings
Thanks for help


LinkBack URL
About LinkBacks





Reply With Quote
