Jump to content

anks

Members
  • Posts

    44
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

anks's Achievements

Member

Member (2/5)

0

Reputation

  1. Folks, I am not able to find the right Board for this topic, so positing it here... Should it go in Server Board? My current .htaccess code is as follows: <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On # Get rid of index.php RewriteCond %{REQUEST_URI} /index\.php RewriteRule (.*) index.php?rewrite=2 [L,QSA] # Rewrite all directory-looking urls RewriteCond %{REQUEST_URI} /$ RewriteRule (.*) index.php?rewrite=1 [L,QSA] # Try to route missing files RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} public\/ [OR] RewriteCond %{REQUEST_FILENAME} \.(jpg|gif|png|ico|flv|htm|html|php|css|js)$ RewriteRule . - [L] # If the file doesn't exist, rewrite to index RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?rewrite=1 [L,QSA] </IfModule> sends requests /index.php/path/to/module/ to "index.php" AcceptPathInfo On @todo This may not be effective in some cases FileETag Size Now, i want to integrate a script with this htaccess... Here is what the script says..."add exception to execute all the index.php files inside the /cometchat directory and its sub-directories on your server." SO, how can i add the exception to execute the Index.php from this directory, at the same time do not hamper the existing .htaccess code... Anyone please?
  2. Folks, I need consulting so that i do not loose the SEO value of my existing sites. Here is my case: I have 4 blogs which are all on diff self-help subjects. BLog A: NLP : PageRank 4 BLog B: Law of Attraction : PageRank 3 BLog C: Success Tips : PageRank 3 BLog D: Relationship : PageRank 5 Since i am not a techie, its not easy for me to maintain all 4 blogs, so what i thought of is to merge all these 4 domains Under One domain, lot easier to maintain. HEre is my Plan => I will have a parent domain. www.domain.com on Wordpress And i will make main categoris like, NLP, law of attraction, Relationship, Success tips I will put all the posts of NLP BLog under NLP Category and the same with other 3 BLogs. THen i will 301 the NLP Domain to www.domain.com/nlp/ And the same way to other 3 blogs. 1- Will it be a better Structure? Or should i Contibue with older Structure, Seperate site for each niche, Someone said A site on a Specific niche is better for SEO and if we combine mroe than 1 Niches in a Site, it will loose its relevance. IS it true? 2- Will i be able to passon the Pageranks and Link Juice of those Indivisual BLogs? 3- I have one more domain which is not on Self-help Niche but on someother Topic, I want to Repurpose that domain and 301 it to this Common Domain home page of mine. Will it also passon the PAgerank? 4- 301'ing more than One Domains do any harm to the Common Domain Site? Reply to these questions will help me alot.
  3. Yes it seems to redirect but now comes the bigger challange. :-( So the Application will make up a URL based on our settings like: www.amazon.com/cat=sports&noresults=20 Something liek that.... So As per your Trick, if i Just change my host file and redirect amazon.com to amazon.co.uk, will it keep the same URL Structure (www.amazon.com/cat=sports&noresults=20)? I mean, will this URL be dynamically changes to (www.amazon.co.uk/cat=sports&noresults=20 )? Right now its not happening. Is it the way to do it or did i miss something?
  4. Thanks In that case, i went ot my commandpromt and did ping amazon.co.uk and got IP 178.236.5.39 then i have put these lines in my Host file: 178.236.5.39 http://www.amazon.com/ 178.236.5.39 http://amazon.com/ 178.236.5.39 amazon.com/ 178.236.5.39 www.amazon.com/ But still its not redirecting.... :-(
  5. To implement this solution i have added this two lines in my Host file: Is that how we implement it? I tried to go to www.amazon.com but its not redireting to amazon.co.uk. What am i missing?
  6. Thanks for reply, but i wasted 10 days expacting a reply from the developer, he has abandoned this application and even his domain is expired and he did not re-new it. lol
  7. Certainly I will give it a go when i reach home, currently at work. I will report back of the Results. Cheers
  8. Woooooooooooooo Now thats my Man..... Very Nice clean clever Trick. So for Change in Host file, i have a question. URL hardcoded in Application: http://amazon.com Then paramenters that we selecte in Application Front end are concatenated with this URL, like Category, no of results and so on. So the Application will make up a URL based on our settings like: www.amazon.com/cat=sports&noresults=20 Something liek that.... So As per your Trick, if i Just change my host file and redirect amazon.com to amazon.co.uk, will it keep the same URL Structure (www.amazon.com/cat=sports&noresults=20)? I mean, will this URL be dynamically changes to (www.amazon.co.uk/cat=sports&noresults=20 )? Is it the way to do it or did i miss something?
  9. Editing .dll / .exe files I have an application which scrapes KWs from suggestions. The programme is coded for amazon.com but i want to scrape for amazon.co.uk. I know for sure, if i am able to edit the dll or exe file where it says amazon.com to amazon.co.uk, it will solve my purpose. I tried to open the dll and exe files in PE Editor/ Tuner application but all bloddy binaries, i understand nothng where do we need to change the path of Amazon. Can someone guide me in right direction? Regards A
  10. Folks, from the below code, i want to extract value of the [template_path] in a Variable. The value that i want to extract is " /home/ae1df/public_html/master/proae2/gdfcart/templates/default-black/". I tired to do $this->template_path but seems not working, Can anyone help please? Here is the Code >>> [m]Savant3_Error: Array ( => ERR_TEMPLATE [info] => Array ( [template] => sidebar-left.tpl ) [level] => 256 [trace] => Array ( [0] => Array ( [file] => /home/ae1df/public_html/master/proae2/gdfcart/includes/template.php [line] => 1298 [function] => __construct [class] => Savant3_Error [object] => Savant3_Error Object ( [code] => ERR_TEMPLATE [info] => Array ( [template] => sidebar-left.tpl ) [level] => 256 [trace] => Array *RECURSION* ) [type] => -> [args] => Array ( [0] => Array ( [code] => ERR_TEMPLATE [info] => Array ( [template] => sidebar-left.tpl ) [level] => 256 [trace] => 1 ) ) ) [1] => Array ( [file] => /home/ae1df/public_html/master/proae2/gdfcart/includes/template.php [line] => 1121 [function] => error [class] => Savant3 [object] => Savant3 Object ( [__config:protected] => Array ( [b][template_path] => Array ( [0] => /home/ae1df/public_html/master/proae2/gdfcart/templates/default-black/ [/b][1] => ./ ) [resource_path] => Array ( [0] => /home/ae1df/public_html/master/proae2/gdfcart/includes/tmpl/resources/ ) [error_text] => template error, examine fetch() result [exceptions] => [autoload] => [compiler] => [filters] => Array ( ) [plugins] => Array ( ) [template] => [plugin_conf] => Array ( ) [extract] => [fetch] => /home/ae1df/public_html/master/proae2/gdfcart/templates/default-black/error.tpl [escape] => Array ( [0] => htmlspecialchars ) ) [banner] => stdClass Object ( [header] => stdClass Object ( [banner] => [count] => 0 ) [left_box] => stdClass Object ( [banner] => [count] => 0 ) [right_box] => stdClass Object ( [banner] => [count] => 0 ) [hometop] => stdClass Object ( [banner] => [count] => 0 ) [homebottom] => stdClass Object ( [banner] => [count] => 0 ) ) [template] => default-black [site] => stdClass Object ( [name] => Paintball Mall [slogan] => This is Master Installation [url] => http://gdfcartophily.co.uk/ [disclaimer] => CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON EU SARL. THIS CONTENT IS PROVIDED "AS IS" AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY [/m] Many Thanks
  11. Folks, When someone click on a link on my webpage and if that Link takes the visitor off my site, then i want to make an entry in my database. But if that link goes back to some other link in my Site then i do not want to Count that link. So, is there any code that lets me detect any outgoing link Click? Cheers
  12. I think you are referring, a PHP Script, where we can dump KWs and script will run through each keyword (from an Array) and INSERT into table. Ya?
  13. Cool find. Thanks Again Gizmola.... Most of your replies are always Productive . Thank You. One questions: Suppose i have a list of Keywords belonging to a Niche say 'Weightloss', so i want to give Weight loss a Primary ID like '4324' and then just paste the Keywords and the script should automaticall make thsese entries (All these Keywords related to weight loss and Niche Code Against each) automatically in the table. Can this be done with SQLBuddy interface? Or is there a solution to this? Actually i want to Automate things and do not want to manually enter each entry in DB. To give you an Example: Niche ID Keyword 4324 asia berry 4324 quick weightloss 4324 blah blah blah 4324 blah blah blah 4324 blah blah blah So if i just dump a Niche ID and these KWs in a text box, these new Entries should be appended to table (dim_niche) Any thoughts or tool, Please? Cheers
  14. Folks, I want a tool or script that connects with MYSQL and shows the table in kind of dashboard style. So i can quickyly slic-dice or filter info. I am sure theer must b some scripts/ tool for this... i am not able to find one. I have written one script where i can manage multiple sites just from One MYSQL table, so i want a proper Intergace of that MYSQL table so i can edit it easily and add new entries in table. Any such tool?
  15. Query is generating the output. - Why can't you pass in $sticky_kw as a parameter to the sticky() method? Because i can just use the Variable Value by calling the Variable in other Scripts. - Where is $query coming from? $query="SELECT * FROM mtr_control_panel WHERE site_url='".$this->site->url."'"; - How do you know your query is NOT failing? I can echo $sticky_kw outside the Function.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.