yaashul - Posts

Return to advanced search

Re: Parameters were deleted (like ?xyz=abc )

I have the same issue with Google gclid paremeter to track adwords campaign. I tried everything but its not working.

if i add this after any url ?gclid=test It always redirect to normal .html url.

how to fix this?
by yaashul
Tue Oct 04, 2011 12:46 pm
 
Forum: Zero duplicate
Topic: Parameters were deleted (like ?xyz=abc )
Replies: 6
Views: 855

RSS & Sitemap With Custom URL Settings

I use custon seo url setting instead of -t i use -vt. This this I have set

$this->seo_delim['forum'] = '-vf';
$this->seo_delim['topic'] = '-vt';
in setup_phpbb_seo.php.

What about phpbb_seo_class_light.php? How can I setup this for gymrss?
by yaashul
Fri Sep 30, 2011 1:56 pm
 
Forum: GYM Sitemaps & RSS
Topic: RSS & Sitemap With Custom URL Settings
Replies: 0
Views: 839

Optimal Head Ordering

I was reading an article on msdn about Optimal Head Ordering url - http://blogs.msdn.com/b/ieinternals/archive/2011/07/18/optimal-html-head-ordering-to-avoid-parser-restarts-redownloads-and-improve-performance.aspx they suggested to have this order... <doctype> <html> <head> <meta http-equiv content...
by yaashul
Tue Sep 06, 2011 5:32 am
 
Forum: phpBB Forum
Topic: Optimal Head Ordering
Replies: 1
Views: 527

Re: Cache-Control in phpbb

Please anyone suggest me something...
by yaashul
Thu Aug 25, 2011 12:55 pm
 
Forum: phpBB Forum
Topic: Cache-Control in phpbb
Replies: 2
Views: 7132

Re: SSL Hook & Index Page login issue

Most of the things work fine...There is a small issue with this code... one user open

user control panel profile page and open anything in ucp all the tabs were shown as https instead of http

and after login... logout link shows as http instead of https...
by yaashul
Sat Aug 20, 2011 5:01 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: Cache-Control in phpbb

I did set the following thing in .htaccess # Turn on Expires and set default to 0 ExpiresActive On ExpiresDefault A0 # Set up caching on media files for 1 year (forever?) <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$"> ExpiresDefault A29030400 Header append Cache-Control "...
by yaashul
Tue Aug 16, 2011 8:02 pm
 
Forum: phpBB Forum
Topic: Cache-Control in phpbb
Replies: 2
Views: 7132

Cache-Control in phpbb

I was looking at phpbb-seo header and couldn't understand the meaning of those 2 lines

Cache-Control: private, no-cache="set-cookie"
Pragma: no-cache

What is the purpose of those and how can I set these for my forum?
by yaashul
Mon Aug 15, 2011 2:28 pm
 
Forum: phpBB Forum
Topic: Cache-Control in phpbb
Replies: 2
Views: 7132

Re: SSL Hook & Index Page login issue

What wud be final changes?
by yaashul
Thu Jul 28, 2011 2:57 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

Still ACP is working on HTTP only; not on HTTPS
by yaashul
Thu Jul 21, 2011 6:49 am
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

1 more issue with this solution... once u open the page it open as http once u login it convert into https...which is ok

but when u logged out and remain as guest it still show page as http
by yaashul
Mon Jul 18, 2011 6:02 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

I have removed the changes I have done & post in 1st post in this topic and this solution that u provide still dont work. Can you please suggest what I'm missing here? I removed the sll hook and your solution works fine... except after login it shows all the pages as https... what I'm looking he...
by yaashul
Wed May 18, 2011 3:43 am
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

Yes I have removed all those changes I mentioned in this thread already.... i.e. placing {$phpbb_root_path} again in those three changes I have done in functions.php
by yaashul
Mon May 16, 2011 7:05 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

you can chck it on my website...I haven't hard coded anything.. my website name is in my profile.
by yaashul
Mon May 16, 2011 6:59 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

still not working login page showing following url on index page -https://www.website.com/https://www.website.com/ucp.php?mode=login and login form showing this on index page <form method="post" action="https://www.website.com/https://www.website.com/ucp.php?mode=login" class=&qu...
by yaashul
Mon May 16, 2011 6:35 am
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018

Re: SSL Hook & Index Page login issue

No it didn't work... by using it if i click on login page it show index page always...same with register...
by yaashul
Sun May 15, 2011 5:32 pm
 
Forum: phpBB Forum
Topic: SSL Hook & Index Page login issue
Replies: 17
Views: 3018
Next

Return to advanced search